Bugzilla – Attachment 133087 Details for
Bug 29271
Cash register report not displaying or exporting correctly
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[20.11] Bug 29271: (follow-up) Remove changes to accounts.inc
2011-Bug-29271-follow-up-Remove-changes-to-account.patch (text/plain), 1.20 KB, created by
Katrin Fischer
on 2022-04-07 16:29:09 UTC
(
hide
)
Description:
[20.11] Bug 29271: (follow-up) Remove changes to accounts.inc
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-04-07 16:29:09 UTC
Size:
1.20 KB
patch
obsolete
>From 11a33d00436ef4bf73a1fe63160b4106d07553ce Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 21 Oct 2021 10:03:30 +0000 >Subject: [PATCH] [20.11] Bug 29271: (follow-up) Remove changes to accounts.inc > >--- > koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >index 10db392d71..6c5450b0de 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/accounts.inc >@@ -1,9 +1,9 @@ > [%- BLOCK account_type_description -%] > <span> > [%- IF account.credit_type_code -%] >- [%- PROCESS credit_type_description credit_type_code = account.credit_type -%] >+ [%- PROCESS credit_type_description credit_type = account.credit_type -%] > [%- ELSIF account.debit_type_code -%] >- [%- PROCESS debit_type_description debit_type_code = account.debit_type -%] >+ [%- PROCESS debit_type_description debit_type = account.debit_type -%] > [%- END -%] > [%- PROCESS account_status_description account=account -%] > </span> >-- >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 29271
:
126498
|
126505
|
126548
|
126590
|
126611
|
126612
|
126613
|
126655
|
133084
|
133085
|
133086
| 133087