Created attachment 8031 [details] [review] make OPAC subscriptions view clearer On a subscription tab of a serial detailed notice at the OPAC , the labels 'At Library' or 'At Branch' seem redundant since the notion of Library (or Center) is usually already part of the Library's name. Else, there are 3 zones from the subscription data where we can pick the same kind of information (serial collection ) : the histstartdate/histenddate one, the opac note along with public note/subscriptionnote) theeses ones that are seamingly in double. May be one of the three would be enough(two at the most). I suggest, to make it all clearer, deleting the redundant parts.
I'm not convinced that this is a good idea. This patch removes information that is not duplicated (the subscription period), and makes it harder to read the page (because "This is a serial" and "Main library" are at the same level in the markup). Could you explain a bit more why this change is worthwhile?
I think I agree with Jared. We have trained our libaries to use those fields - removing them from the display makes no sense to me. Sorry. Perhaps it could wrapped in an IF clause, so that when the history start date is not provided, the text does not show up. Removing it totally will break existing functionality.
Another option would be to use css classes and ids here. It would make it easy to hide information a library does not want to show up.
Hi, I think this status to "Signed off" was perhaps by mistake - there is no new patch and no new comment. I am changing it back to "Failed QA".
Created attachment 10103 [details] [review] Bug 7563 [ENH] - Silent print slips using Firefox PlugIn jsPrintSetup and new staff client preference Configure slip printers to print slips (silently) to a special printer using the Firefox PlugIn jsPrintSetUp. All other print actions are not affected. See http://jsprintsetup.mozdev.org/ for all the possibilities (e.g. change header/footer, get a list of printers, set printer etc.). The overall concept is to have a new staff client preference (IntranetSlipPrinterJS) where one can enter the necessary JavaScript. If the preference is empty, Koha falls back to te default behaviour. An example of JavaScript can be found on: http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7563 Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>