Bug 18987 - Added Koha::Account package pragma to Patron.pm
authorAlex Buckley <alexbuckley@catalyst.net.nz>
Fri, 21 Jul 2017 08:47:48 +0000 (08:47 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 28 Jul 2017 14:21:43 +0000 (11:21 -0300)
commitac8e39d1e742b196677d395dc89d92848560b903
tree788b17a9e5f00b952306dc46d16cfec40ee6a7c2
parent3c87b6f387831053e01ecc86b91d61669af9696b
Bug 18987 - Added Koha::Account package pragma to Patron.pm

Test plan:
1. On an up to date branch go to Patrons and try to browse for a patron
by last name
2. Notice that the page processes indefinately
3. Apply patch
4. Repeat step 1
5. Notice the patron results are displayed

Signed-off-by: David Cook <dcook@prosentient.com.au>

Works as described.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Patron.pm