https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33133 --- Comment #6 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Katrin Fischer from comment #4)
2 things:
1) Why check for the existance of the FA framework on the staff interface start page, but not on the cataloguing start page?
I do test: in script: $template->param( fast_cataloging => 1 ) if $frameworks->find({ frameworkcode => 'FA' }); in template: ( fast_cataloging && CAN_user_editcatalogue_fast_cataloging )
2) I don't feel like Fast cataloguing is a tool and it gets really lost in the 3rd column. Maybe we could move it into the first column on top or even into the toolbar of the cataloging page?
Moved to first column -- You are receiving this mail because: You are watching all bug changes.