Bugzilla – Attachment 66281 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.
Add-quantity-field-to-the-opac-suggestions-form.patch (text/plain), 1.66 KB, created by
Jon Knight
on 2017-08-21 15:05:40 UTC
(
hide
)
Description:
Add quantity field to the opac suggestions form.
Filename:
MIME Type:
Creator:
Jon Knight
Created:
2017-08-21 15:05:40 UTC
Size:
1.66 KB
patch
obsolete
>From c99d0f18e9e0ec82e21da4722da58a547a1d83b9 Mon Sep 17 00:00:00 2001 >From: Your Full Name <your_email> >Date: Mon, 21 Aug 2017 15:04:20 +0000 >Subject: [PATCH] Add quantity field to the opac suggestions form. > >https://bugs.koha-community.org/show_bug.cgi?id=19068 >--- > 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