https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21933 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #7 from Owen Leonard <oleonard@myacpl.org> --- (In reply to sergeinik from comment #2)
checkouts_18.1100000.js:310
Line 310 of checkouts.js is where an item's home library is displayed, so it sounds like you have one or more items with a null value in items.homebranch. I think the script skips error-checking for this value because it is expected that all items will have a value in items.homebranch -- Koha requires it for circulation. I'm marking this bug "invalid" because this is really a data problem instead of a bug, but it would be worthwhile for us to include error-checking even for values which are mandatory. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.