Bugzilla – Attachment 50805 Details for
Bug 15534
Add the ability to prevent a patron from placing a hold on a record with available items
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 15534 [QA Followup] - Fix rule labels
Bug-15534-QA-Followup---Fix-rule-labels.patch (text/plain), 2.48 KB, created by
Kyle M Hall (khall)
on 2016-04-27 14:15:04 UTC
(
hide
)
Description:
Bug 15534 [QA Followup] - Fix rule labels
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2016-04-27 14:15:04 UTC
Size:
2.48 KB
patch
obsolete
>From fe6cf2f1be369478006a752bd4387610de0602b5 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Wed, 27 Apr 2016 14:07:51 +0000 >Subject: [PATCH] Bug 15534 [QA Followup] - Fix rule labels > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 90d1a08..faa5d5a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -250,11 +250,11 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > <td>[% rule.reservesallowed %]</td> > <td> > [% IF rule.onshelfholds == 1 %] >- If one unavailable >+ Yes > [% ELSIF rule.onshelfholds == 2 %] > If all unavailable > [% ELSE %] >- No >+ If any unavailable > [% END %]</td> > <td>[% IF rule.opacitemholds == 'F'%]Force[% ELSIF rule.opacitemholds == 'Y'%]Allow[% ELSE %]Don't allow[% END %]</td> > <td>[% rule.rentaldiscount %]</td> >@@ -324,8 +324,8 @@ for="tobranch"><strong>Clone these rules to:</strong></label> <input type="hidde > <td><input type="text" name="reservesallowed" id="reservesallowed" size="2" /></td> > <td> > <select name="onshelfholds" id="onshelfholds"> >- <option value="0" selected>No</option> >- <option value="1">If one unavailable</option> >+ <option value="1">Yes</option> >+ <option value="0" selected>If any unavailable</option> > <option value="2">If all unavailable</option> > </select> > </td> >-- >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 15534
:
46463
|
48039
|
48764
|
49223
|
49406
|
50326
|
50389
|
50390
|
50802
|
50804
|
50805
|
50806
|
50807
|
50808
|
50809
|
50813
|
50824
|
50825
|
50826
|
50827