https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19113
William Lavoie <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #17 from William Lavoie <[email protected]> --- Hi David, Have you changed the branchcode for a numerical value? I tried on KTD, using the following steps : 1- koha-mysql kohadev 2- update items set barcode=NULL; 3- change one of the barcode to any numerical value 4- update branches set branchcode = 1 where branchcode="MPL" Note that for the last command you might receive a warning. Then, when creating a new item I put Midway for both the Home and Current library (I chose Midway but any library will do, it just has to be the same as the one with the numerical branchcode) and I was able to reproduce the problem. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
