https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37192 Phil Ringnalda <phil@chetcolibrary.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|phil@chetcolibrary.org |cnighswonger@foundations.ed | |u --- Comment #5 from Phil Ringnalda <phil@chetcolibrary.org> --- Okay, I think I've got it, but unassigning because I don't have enough time to do it right before I go on vacation. I should be old enough by now to know not to ever touch printing, because in every project it's canonically a tar-baby that's going to stick other bugs to you. What this Print label feature should be doing is not "add", because cud-add is actually two ops with one name: cud_add with a non-zero batch_id is add, cud_add with batch_id=0 or batch_id omitted is create-and-add, because new is very much not cud_new, it is show-blank-form. What this feature should be doing is calling new, with added behavior for new to stick a passed &item_id=n into the add textarea, where the user can then click Add to create-and-add, an awkward but necessary step. And ugh, someone really needs to fix bug 37223 because that's horrid behavior. -- You are receiving this mail because: You are watching all bug changes.