From 4b024d37266ea49d141816e434c2349f41c98719 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Wed, 12 Dec 2012 09:58:46 +1300 Subject: [PATCH] Bug 9268 - Scanning in barcode or ISBN in Acquisitions -> new order submits the form unexpectedly To Test: * Go to Acquisitions - Manage Orders * Search for a vendor * Click New Basket. * Fill required fields * Press Save. * Click on "From a new (empty) record" * Type in title Private Oz, Author Patterson, James. * Scan (or type) ISBN - 9781864711875. * (If not scanning, PRESS ENTER HERE) * Nothing should happen. Form should not be submitted, no error message should appear. --- .../prog/en/modules/acqui/neworderempty.tt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index 2631e3c..f3ad6f7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -567,7 +567,8 @@ $(document).ready(function()
- + + [% IF (suggestionid) %] Cancel [% ELSE %] -- 1.7.9.5