https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40695
--- Comment #1 from Owen Leonard <[email protected]> --- onboarding.pl uses uc() on both $branchcode and $itemtype_code. Looks like the item type creation process in the staff interface also converts the code to uppercase. So we're being consistent with the handling of item type codes in the backend. If that's really how we want it to work we should make sure the code appears as uppercase during the entry process. categories.pl does this using JavaScript. The staff interface doesn't treat 'BranchCode' and 'BRANCHCODE' as different entities... Koha won't let you create a new branch with a differently-cased code. I think for that reason we should probably use uc() and branch codes like we do with patron category codes and item type codes. What is the reason for wanting lower case as an option? -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ 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/
