Bugzilla – Attachment 14016 Details for
Bug 9268
Scanning in barcode or ISBN in Acquisitions -> new order submits the form unexpectedly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9268 - Scanning in barcode or ISBN in Acquisitions -> new order submits the form unexpectedly
Bug-9268---Scanning-in-barcode-or-ISBN-in-Acquisit.patch (text/plain), 1.61 KB, created by
Liz Rea
on 2012-12-11 21:18:39 UTC
(
hide
)
Description:
Bug 9268 - Scanning in barcode or ISBN in Acquisitions -> new order submits the form unexpectedly
Filename:
MIME Type:
Creator:
Liz Rea
Created:
2012-12-11 21:18:39 UTC
Size:
1.61 KB
patch
obsolete
>From 4b024d37266ea49d141816e434c2349f41c98719 Mon Sep 17 00:00:00 2001 >From: Liz Rea <liz@catalyst.net.nz> >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() > </ol> > </fieldset> > <fieldset class="action"> >- <input type="submit" value="Save" /> >+ <input type="submit" onclick="return false;" style="display: none;" id="phony_submit" value="phony_submit" name="phony_submit" /> >+ <input type="submit" value="Save" class="button" accesskey="w" /> > [% IF (suggestionid) %] > <a class="cancel" href="/cgi-bin/koha/acqui/newordersuggestion.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]">Cancel</a> > [% ELSE %] >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9268
:
14016
|
14017
|
14018
|
14064
|
14328
|
14946