https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34145
Barry Cannon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Barry Cannon <[email protected]> --- I am not sure how useful this is but I found an instance where this can be recreated. If the branchcode on the borrowers table is in an different case to the branchcode on the branches table this problem can occur. MySQL doesn't care about case sensitivity but when javascript gets a hold of it branchcode != BRANCHCODE. Updating the borrowers table (or branches table) to make all the same case (upper or lower) resolved the issue. 23.11 -- You are receiving this mail because: You are the assignee for the bug. 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/
