]> git.koha-community.org Git - koha.git/commit
Bug 16809: Follow-up for scalarizing biblionumber
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Wed, 17 Aug 2016 13:14:12 +0000 (15:14 +0200)
committerJulian Maurice <julian.maurice@biblibre.com>
Fri, 16 Sep 2016 07:59:57 +0000 (09:59 +0200)
commit07706a25641233f61cedcd3d71ab7678a131da67
treec6ab500a5b03178bbef726e65da7590e1f2205d4
parent6acc9005316b66e0ef3c58bfbec373b6cfb63051
Bug 16809: Follow-up for scalarizing biblionumber

Still resolves another multi_param warning.

Test plan:
Look at your logs before and after this patch when saving a biblio
record (you may have to start plack again).
If your biblionumber is mapped to 999c, you should no longer have a warn
about line 2563 (disclaimer: line numbers are subject to change).

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
(cherry picked from commit 377feb9cdf5b4d490dee7640b50c374e28f4550f)
Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
(cherry picked from commit b7b48eda3f973c9eee3b91d024c04c78c2ddb547)
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
C4/Biblio.pm