Bug 22934: Add missing use statement
authorroot <root@f1ebe1bec408>
Fri, 17 May 2019 12:30:47 +0000 (12:30 +0000)
committerroot <root@3a587d3cf21c>
Thu, 23 May 2019 14:43:16 +0000 (14:43 +0000)
commitcbacf68d7fb554bd949e2f498c1eda86b34ef97f
tree51f11d2a7248110aa0a0f4ca6da3cb8d8767a26c
parent9532a3edeacd8fb3df67e8a01ed4e89069ffc017
Bug 22934: Add missing use statement

Also fixes a typo

To test:
1 - Add a subscription to a record
2 - Add an additional field in the admin section
3 - Edit the subscription and define the additional field
4 - Ensure you can view the record in the staff client and opac
5 - Without patch ,in the subscription detail page,click the link of the record title. => software error.
6 - Apply the patch. => no error anymore.

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Bin Wen <bin.wen@inlibro.com>

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

Fixed another typo on L21

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Koha/AdditionalFieldValue.pm