Bugzilla – Attachment 111210 Details for
Bug 26536
"Writeoff/Pay selected" deducts from old unpaid debts first
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26536: WRITEOFF not writeoff
Bug-26536-WRITEOFF-not-writeoff.patch (text/plain), 1.47 KB, created by
Martin Renvoize (ashimema)
on 2020-10-05 08:14:48 UTC
(
hide
)
Description:
Bug 26536: WRITEOFF not writeoff
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-10-05 08:14:48 UTC
Size:
1.47 KB
patch
obsolete
>From b0c7aaf306b77baf99df9fa77b5397d16a954e27 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Fri, 2 Oct 2020 16:09:54 +0100 >Subject: [PATCH] Bug 26536: WRITEOFF not writeoff > >There is inconsistency in variable case between the controller script >and the template. This patch corrects those inconsistencies. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >index 5b07842f26..4e4cbf7d87 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -41,7 +41,7 @@ > [% ELSIF ( writeoff_individual ) %]Write off an individual fine > [% ELSE %] > [% IF ( selected_accts ) %] >- [% IF type == 'writeoff' %]Write off an amount toward selected fines >+ [% IF type == 'WRITEOFF' %]Write off an amount toward selected fines > [% ELSE %]Pay an amount toward selected fines > [% END %] > [% ELSE %]Pay an amount toward all fines >@@ -225,7 +225,7 @@ > </div> > </form> > [% ELSE %] >- [% IF ( error_registers && type != 'writeoff' ) %] >+ [% IF ( error_registers && type != 'WRITEOFF' ) %] > [% PROCESS 'cash_register_required' %] > [% ELSE %] > >-- >2.20.1
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 26536
:
111209
|
111210
|
111211
|
111268
|
111269
|
111270
|
111658
|
111659
|
111660
|
111701
|
114508
|
114509
|
114510