It used to be that submitting an empty barcode input field when a patron's account was open in Circulation would clear the page (the same behavior as the "clear screen" buton offers now). Since inclusion of Bug 4389 this action has been co-opted to pop up a quick slip print window. A system preference should be added to allow the library to choose which behavior they want.
Created attachment 6025 [details] [review] Proposed fix Adds a new system preference, CircAutoPrintQuickSlip: When an empty an empty barcode field is submitted in circulation [ clear the screen | open a print quick slip window ].
Updating Version : This ENH will be for Koha 3.8
Bug versionned for master. entries will be made against rel_3_8 once the patch has been applied (see thread about that on koha-devel yesterday)
Created attachment 6168 [details] [review] Fix for Bug 7077 - Add system pref to control behavior of submitting empty barcode field Adds a new system preference, CircAutoPrintQuickSlip: When an empty an empty barcode field is submitted in circulation [ clear the screen | open a print quick slip window ]. Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> Fixed a merge conflict with the updatedatabase.pl
QA Comment: Code looks good. Marking it as Passed QA. Note that this patch contains a dbrev.
Created attachment 6470 [details] [review] Signed patch Fixed another merge conflict in updatedatabase.
Patch pushed, please test