Bugzilla – Attachment 66755 Details for
Bug 19068
OPAC purchase suggestion doesn't allow users to enter quantity of items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add quantity field to the opac suggestions form (with correct username and email)
Add-quantity-field-to-the-opac-suggestions-form-wi.patch (text/plain), 1.82 KB, created by
Nick Clemens (kidclamp)
on 2017-09-01 15:19:53 UTC
(
hide
)
Description:
Add quantity field to the opac suggestions form (with correct username and email)
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-09-01 15:19:53 UTC
Size:
1.82 KB
patch
obsolete
>From 94d203660a7cb8e3bac6f80726d3bf34df57644f Mon Sep 17 00:00:00 2001 >From: Jon Knight <J.P.Knight@lboro.ac.uk> >Date: Mon, 21 Aug 2017 15:04:20 +0000 >Subject: [PATCH] Add quantity field to the opac suggestions form (with correct > username and email) > >https://bugs.koha-community.org/show_bug.cgi?id=19068 > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >index fa9da1f..46968ee 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt >@@ -52,6 +52,7 @@ > <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" class="span6" maxlength="80" /></li> > <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" class="span6" maxlength="80" /></li> > <li><label for="place">Publication place:</label><input type="text" id="place" name="place" maxlength="80" /></li> >+ <li id="opac-suggestion-quantity"><label for="quantity">Quantity:</label><input type="text" id="quantity" name="quantity" maxlength="4" size="4" /></li> > <li><label for="itemtype">Item type:</label> > [% PROCESS 'av-build-dropbox.inc' name="itemtype", category="SUGGEST_FORMAT", size = 20 %] > </li> >-- >2.1.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 19068
:
65767
|
66281
|
66339
|
66340
|
66371
| 66755