Bugzilla – Attachment 114509 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]
[20.05.x] Bug 26536: WRITEOFF not writeoff
2005x-Bug-26536-WRITEOFF-not-writeoff.patch (text/plain), 1.71 KB, created by
Martin Renvoize (ashimema)
on 2020-12-18 09:04:02 UTC
(
hide
)
Description:
[20.05.x] Bug 26536: WRITEOFF not writeoff
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-12-18 09:04:02 UTC
Size:
1.71 KB
patch
obsolete
>From 88d15ab082cbb1470cdcb583e4e9e14b48d2c36b 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] [20.05.x] Bug 26536: WRITEOFF not writeoff > >There is inconsistency in variable case between the controller script >and the template. This patch corrects those inconsistencies. > >Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 4f54f8a207..f8ef341bf8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt >@@ -28,7 +28,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 >@@ -204,7 +204,7 @@ > </div> > </form> > [% ELSE %] >- [% IF ( error_registers && type != 'writeoff' ) %] >+ [% IF ( error_registers && type != 'WRITEOFF' ) %] > <div id="error_message" class="dialog alert"> > You must have at least one cash register associated with this branch before you can record payments. > </div> >-- >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