Bugzilla – Attachment 90549 Details for
Bug 18930
Move 'refund lost item fee rules' into the `circulation_rules` table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18930: (follow-up) Change variable used in refund select for default options
Bug-18930-follow-up-Change-variable-used-in-refund.patch (text/plain), 1.55 KB, created by
Agustín Moyano
on 2019-06-12 22:34:06 UTC
(
hide
)
Description:
Bug 18930: (follow-up) Change variable used in refund select for default options
Filename:
MIME Type:
Creator:
Agustín Moyano
Created:
2019-06-12 22:34:06 UTC
Size:
1.55 KB
patch
obsolete
>From 124ab609df3f105652962680668dc64c510ee026 Mon Sep 17 00:00:00 2001 >From: Agustin Moyano <agustinmoyano@theke.io> >Date: Tue, 7 May 2019 00:19:31 -0300 >Subject: [PATCH] Bug 18930: (follow-up) Change variable used in refund select > for default options > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 4 ++-- > 1 file changed, 2 insertions(+), 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 e2684bf608..199e923cbe 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 >@@ -633,14 +633,14 @@ > <select name="refund"> > [#% Default branch %#] > [% IF ( current_branch == '*' ) %] >- [% IF ( refundLostItemFeeRule.rule_value ) %] >+ [% IF ( defaultRefundRule ) %] > <option value="1" selected="selected"> > [% ELSE %] > <option value="1"> > [% END %] > Yes > </option> >- [% IF ( not refundLostItemFeeRule.rule_value ) %] >+ [% IF ( not defaultRefundRule ) %] > <option value="0" selected="selected"> > [% ELSE %] > <option value="0"> >-- >2.11.0
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 18930
:
65243
|
71007
|
81101
|
81148
|
82937
|
82938
|
85492
|
85493
|
86169
|
86170
|
86171
|
89404
|
89405
|
89406
|
90280
|
90281
|
90282
|
90283
|
90284
|
90285
|
90541
|
90542
|
90543
|
90544
|
90545
|
90546
|
90547
|
90548
|
90549
|
91254
|
91255
|
91256
|
91257
|
91258
|
91259
|
91260