http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11708 --- Comment #120 from Alex Arnaud <alex.arnaud@biblibre.com> --- (In reply to Katrin Fischer from comment #108)
Some first findings from the code review: Rebased/updated patch and last folow-up fix some of them:
1) Database update removes closed column, but it's still in kohastructure.sql. Fixed in followup
2) I wonder if Basket groups should go first in the side navigation, as in the workflow the basket group happens before the orders are late or invoices can be done. Done in the followup
3) Why no paging on the basket groups datatable? Jonathan tells it "conflict" with using columnfilter. I didn't manage to reproduce this. So i wonder if anyone already has this problem.
4) The database update statement is missing the version XXX - so it cannot be run from commandline. I updated the patches to replace statement in updatedatabase with atomic updates.
Mostly small things, please fix.
-- You are receiving this mail because: You are watching all bug changes.