Bugzilla – Attachment 65767 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]
One line addition to opac-suggestions.tt to allow quantities to be entered
opac-suggestions.tt.20170809.patch (text/plain), 1.29 KB, created by
Jon Knight
on 2017-08-09 16:11:49 UTC
(
hide
)
Description:
One line addition to opac-suggestions.tt to allow quantities to be entered
Filename:
MIME Type:
Creator:
Jon Knight
Created:
2017-08-09 16:11:49 UTC
Size:
1.29 KB
patch
obsolete
>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>
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