Summary: | Add system pref to control behavior of submitting empty barcode field on circulation page | ||
---|---|---|---|
Product: | Koha | Reporter: | Owen Leonard <oleonard> |
Component: | Circulation | Assignee: | Owen Leonard <oleonard> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | chris, gmcharlt, m.de.rooy, paul.poulain |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Attachments: |
Proposed fix
Fix for Bug 7077 - Add system pref to control behavior of submitting empty barcode field Signed patch |
Description
Owen Leonard
2011-10-21 18:28:40 UTC
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 |