Bugzilla – Attachment 47324 Details for
Bug 14875
Search serials by barcode
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14875 Search serials by barcode
Bug-14875-Search-serials-by-barcode.patch (text/plain), 1.51 KB, created by
Nicole C. Engard
on 2016-01-26 22:45:18 UTC
(
hide
)
Description:
Bug 14875 Search serials by barcode
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2016-01-26 22:45:18 UTC
Size:
1.51 KB
patch
obsolete
>From 40f18f063a2e5e84dccbb74ab9594b5e5c5a0bad Mon Sep 17 00:00:00 2001 >From: Briana <brianagreally@gmail.com> >Date: Thu, 21 Jan 2016 03:08:29 +0000 >Subject: [PATCH] Bug 14875 Search serials by barcode > >To test: >1. Go onto the 'Serials' page >2. In the quick search, there are only two search fields; ISSN and Title >3. Apply the patch >4. There should now be three search fields, 'Barcode' being added. >5. Fill in that field with a barcode and matching results should come up. > >Signed-off-by: Nicole Engard <nengard@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc >index 8ba2b15..d71b6dc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-search.inc >@@ -10,6 +10,9 @@ > <input type="hidden" name="searched" value="1" /> > <label for="ISSN_filter">ISSN:</label> <input type="text" size="10" maxlength="11" name="ISSN_filter" id="ISSN_filter" value="[% ISSN_filter %]" /> > >+<label for="barcode_filter">Barcode:</label> <input type="text" size="10" maxlength="11" name="barcode_filter" id="barcode_filter" value="[% barcode_filter %]" /> >+ >+ > [% IF (UNIMARC) %] > <label for="EAN_filter">EAN:</label> <input type="text" size="20" maxlength="40" name="EAN_filter" id="EAN_filter" value="[% EAN_filter %]" /> > [% END %] >-- >1.7.10.4
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 14875
:
47074
|
47077
|
47323
| 47324