Bugzilla – Attachment 142325 Details for
Bug 29987
Manual credits are not recorded for a register
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 29987: (QA follow-up) Remove unused cnt attribute missing a filter
Bug-29987-QA-follow-up-Remove-unused-cnt-attribute.patch (text/plain), 1.52 KB, created by
Kyle M Hall (khall)
on 2022-10-21 10:53:03 UTC
(
hide
)
Description:
Bug 29987: (QA follow-up) Remove unused cnt attribute missing a filter
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-10-21 10:53:03 UTC
Size:
1.52 KB
patch
obsolete
>From 7a3f3f6ebf521fec7cef07d5610fdc3e5e044d7f Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Fri, 21 Oct 2022 10:49:32 +0000 >Subject: [PATCH] Bug 29987: (QA follow-up) Remove unused cnt attribute missing > a filter > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >index 8e8bd5c52d..0bf2889d76 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt >@@ -115,7 +115,7 @@ > [% ELSE %] > [% FOREACH credit IN accountline.credit_offsets %] > [% IF credit.debit %] >- <tr cnt="[% accountline.credit_offsets.count %]"> >+ <tr> > <td>[% accountline.accountlines_id | html %]</td> > <td>{ "type": "credit", "identifier": "[%- accountline.credit_number | html -%]", "description": "[%- PROCESS account_type_description account=accountline -%] ([% AuthorisedValues.GetByCode( 'PAYMENT_TYPE', accountline.payment_type ) | html %])", "amount": "[% accountline.amount * -1 | $Price %]", "timestamp": "[% accountline.timestamp | $KohaDates with_hours => 1 %]" }</td> > <td></td> >-- >2.30.2
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 29987
:
136743
|
136755
|
139703
|
139704
|
139705
|
141165
|
141166
|
141167
|
141171
|
141469
|
141470
|
141471
|
141472
|
142321
|
142322
|
142323
|
142324
| 142325