http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8034
--- Comment #15 from Jonathan Druart <[email protected]> --- (In reply to comment #14) > I could not see that. Can you please point me to the place where that was > introduced earlier. Last time I tested I had the syspref in my database, but now I don't find any occurrence on master. So maybe I already tested this patch :) > I'm not sure what you mean by that. There's "Network Printers" link in > "Additional parameters" In admin module (eg. admin/printers.pl) on the left-side. > That is just a warning. I can get rid of it if you wish. Edit worked nicely > for me. What exactly happened? Just a warning but see C4/Printer l.95: $sth->execute("$data[0]%"); It could caused a problem if it is uninitialized :) To reproduce: - click on the "new printer" button - fill with: "foo name", "foo queue", "foo type" - submit, ok - edit and change "foo queue" with "bar queue" In fact, the issue only exists if I change the queue value. > 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. Ok but if an user edit a library to change anything else, he erases the previous choice. Maybe someone else could give his/her opinion on this? > Sounds reasonable. Will do. > Will do. > Makes sense, will do that one too. Thanks for your work! -- 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/
