http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10240 --- Comment #24 from Jonathan Druart <jonathan.druart@biblibre.com> ---
I get a blank page on the check out page (circ/offline.pl#offline-circulation).
The last patch fixes that, switch back to Needs Signoff I found some others small problems: - The tab of checkouts always shows "*0* Checkouts" - If I try to check in a nonexistent barcode, I get a warning message but the line is added to the table (maybe not a bug but a feature?) - If I am not well-educated, I click on the "Check out" link on the offline home page, I enter a barcode, click on "Check out" and I get a js error (without user message): "TypeError: curpatron is undefined" (with chromium I get: Numeric transaction modes are deprecated in IDBDatabase.transaction. Use "readonly" or "readwrite"). - There is a "border-right" css rule on the h5.patron-title. It is display when there is no patron selected) [really minor!]. - tables are displayed even if there is no data - The "Clear screen" link (X) points to an old script: circ/offline-circulation.pl - There is a warning when clicking on the "Synchronize" link when the user is offline, but not for the "Pending offline circulation actions" link. - Still exists:
The "Checked in item." message text never disappear (even if I go on the offline home page (circ/offline.pl#offline-home)).
No blocker for testing. -- You are receiving this mail because: You are watching all bug changes.