https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Katrin Fischer <[email protected]> --- Hi Ruben, thx for your suggestion. My guess is that this would work for a branchcode of 3 characters, but would have to changed a bit to check for the actual length in order to go in. my $valor = substr($barcodevalue, 0, 3); Which version did you test with? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
