http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8034
Srdjan Jankovic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |In Discussion --- Comment #14 from Srdjan Jankovic <[email protected]> --- (In reply to comment #13) > 1/ The syspref UsePrintQueues already exists and the updatedatabase will > raise an error. I think the insert is useless. I could not see that. Can you please point me to the place where that was introduced earlier. > > 2/ A link is missing in the left menu in the administration module (under > Additional parameters) I'm not sure what you mean by that. There's "Network Printers" link in "Additional parameters" > > 3/ The edit action does not work (in my logs: use of uninitialized value > $data[0] in concatenation (.) or string at /home/koha/C4/Printer.pm line 95) That is just a warning. I can get rid of it if you wish. Edit worked nicely for me. What exactly happened? > > 4/ It would be possible to remote one click. Indeed after adding a printer > we have to click on a useless 'ok' button. Can we redirect directly on the > printer list page ? Sounds reasonable. Will do. > > 5/ When I edit a library, the printer is not selected by default I think it was a design decision, and makes sense. There could be a library without a printer. And even if there's a printer, I think it is better to have it blank initially rather than default to the first one. But if community has a different opinion, I can change that. > > 6/ In header.inc it would be better to hide the '-' caracter if there is no > printer defined for the current library. Will do. > > 7/ It would be great to automatically select (on the fly) the printer > attached to the library we select (on the selectbranchprinter page) Makes sense, will do that one too. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
