https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32019
Katrin Fischer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #6 from Katrin Fischer <[email protected]> --- Sorry, ending up with some questions here: 0) Terminology I have several terminology issues here in the GUI, but also in the code, we are still horribly inconsistent all over. returned = checked in issue = checkout Please update at least the note on the form and use . for ending sentences :) What statuses would remain untouched? It's used several times as an explanation, but I am not sure what is meant actually. 1) I assume we skip here, because they will be re-indexed when the job is processed later on? + skip_record_index => 1, + skip_holds_queue => 1, If we don't update the index, the item would still show as checked out in the result list. 2) Options on the form are misaligned in the form in the new staff interface design. 3) Why the empty setting? Wouldn't it make sense to preset to 'No'? 4) You said this is to allow the library to delete the item. "Eventually, after the patron has paid, or after some time, the library may wish to delete the item. When doing so, they do not wish to check the item in and affect any statuses" Why not add this option to the item batch delete form then? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
