https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24503 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #97857|0 |1 is obsolete| | --- Comment #3 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Created attachment 97861 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=97861&action=edit Bug 24503: fix missing use in value builder barcode_manual.pl Bug 22721 added use C4::Biblio in cataloguing/value_builder/barcode.pl. This is missing in value builder barcode_manual.pl. You get the error : Undefined subroutine &Koha::FrameworkPlugin::GetMarcFromKohaField called at cataloguing/value_builder/barcode_manual.pl line 41. Test plan : 1) Configure a subfield of item to use value builder barcode_manual.pl 2) Go to a record 3) Try to add a new item 4) Check the value builder is OK Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Tested with autobarcode==year-0001,0002 No internal server error, but generates a barcode now. -- You are receiving this mail because: You are watching all bug changes.