Bugzilla – Attachment 81606 Details for
Bug 12365
Allow descriptive notes to be added to circulation and fine rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12365: (follow-up) Fixing broken circ rules table
Bug-12365-follow-up-Fixing-broken-circ-rules-table.patch (text/plain), 2.33 KB, created by
Aleisha Amohia
on 2018-10-30 00:43:08 UTC
(
hide
)
Description:
Bug 12365: (follow-up) Fixing broken circ rules table
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2018-10-30 00:43:08 UTC
Size:
2.33 KB
patch
obsolete
>From 706918dd43f13404018b23788310b8a0c6681c85 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Mon, 22 Oct 2018 23:31:29 +0000 >Subject: [PATCH] Bug 12365: (follow-up) Fixing broken circ rules table > >Adding filters to note to satisfy qa test tools >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 3 +-- > 1 file changed, 1 insertion(+), 2 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 518c1a5..f97b2cf 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 >@@ -123,7 +123,7 @@ > > <td> > [% IF rule.note %] >- <a name="viewnote" data-toggle="popover" title="Note" data-content="[% rule.note %]" data-placement="top" data-trigger="hover">View note</a> >+ <a name="viewnote" data-toggle="popover" title="Note" data-content="[% rule.note | html %]" data-placement="top" data-trigger="hover">View note</a> > [% ELSE %] [% END %] > </td> > <td>[% IF ( rule.unlimited_maxissueqty ) %] >@@ -229,7 +229,6 @@ > [% END %] > </td> > <td>[% rule.rentaldiscount | html %]</td> >- <td>[% rule.note | html %]</td> > <td class="actions"> > <a href="#" class="editrule btn btn-default btn-xs"><i class="fa fa-pencil"></i> Edit</a> > <a class="btn btn-default btn-xs delete" href="/cgi-bin/koha/admin/smart-rules.pl?op=delete&itemtype=[% rule.itemtype | html %]&categorycode=[% rule.categorycode | html %]&branch=[% rule.current_branch | html %]"><i class="fa fa-trash"></i> Delete</a> >-- >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 12365
:
61865
|
63902
|
64441
|
64443
|
64565
|
66829
|
66830
|
67802
|
76609
|
76637
|
76658
|
77147
|
77275
|
78685
|
78686
|
80790
|
80956
|
80957
|
80958
|
80997
|
80998
|
81603
|
81604
|
81605
|
81606
|
81647
|
81648
|
81649
|
81650
|
82081