Bugzilla – Attachment 59087 Details for
Bug 8361
Issuing rule if no rule is defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8361 (QA Followup) Add warnings
Bug-8361-QA-Followup-Add-warnings.patch (text/plain), 1.34 KB, created by
Nick Clemens (kidclamp)
on 2017-01-17 12:02:12 UTC
(
hide
)
Description:
Bug 8361 (QA Followup) Add warnings
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2017-01-17 12:02:12 UTC
Size:
1.34 KB
patch
obsolete
>From f1757372361099245727493f69c021fa4bc42d26 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Fri, 13 Jan 2017 18:06:34 +0000 >Subject: [PATCH] Bug 8361 (QA Followup) Add warnings > > - Added message to circulation.tt to warn if rule undefined for >patron/itemtype combination > >To test: >1 - Remove all circ rules >2 - Add one rule >3 - Checkout to patron an itemtype that is outside of rule >defined above >4 - Note explanation that no rule is defined >--- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >index 1444f2d..c3a573b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt >@@ -241,7 +241,11 @@ $(document).ready(function() { > [% END %] > > [% IF ( PATRON_CANT ) %] >- <li>This patron can't check out this item per library circulation policy</li> >+ <li>This patron can't check out this item per library circulation policy.</li> >+[% END %] >+ >+[% IF ( TOO_MANY and TOO_MANY == 'NO_RULE_DEFINED' ) %] >+ <li>No circulation rule is defined for this patron and itemtype combination.</li> > [% END %] > > [% IF ( NOT_FOR_LOAN_FORCING ) %] >-- >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 8361
:
57704
|
57717
|
58966
|
58967
|
59086
| 59087