Bugzilla – Attachment 107872 Details for
Bug 19036
Number payment receipts / payment slips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19036: (QA follow-up) Fix 'out-by-one' error on table
Bug-19036-QA-follow-up-Fix-out-by-one-error-on-tab.patch (text/plain), 1004 bytes, created by
Martin Renvoize (ashimema)
on 2020-08-06 10:35:25 UTC
(
hide
)
Description:
Bug 19036: (QA follow-up) Fix 'out-by-one' error on table
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2020-08-06 10:35:25 UTC
Size:
1004 bytes
patch
obsolete
>From 64f88be066e41ab058462d6a040c79fd0812dac4 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 6 Aug 2020 11:34:35 +0100 >Subject: [PATCH] Bug 19036: (QA follow-up) Fix 'out-by-one' error on table > >This patch fixes the total row where the column count was out by one. >--- > koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >index ce41b255a1..41fa04071a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt >@@ -107,7 +107,7 @@ > [% END %] > <tfoot> > <tr> >- <td colspan="10">Total due</td> >+ <td colspan="11">Total due</td> > [% IF ( totalcredit ) %] > <td class="credit" style="text-align: right;">[% total | $Price %]</td> > [% 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 19036
:
99301
|
99302
|
99303
|
99676
|
101549
|
101550
|
101896
|
101897
|
106278
|
106279
|
106280
|
106281
|
106767
|
107872
|
107875
|
107877
|
108323
|
108324
|
108325
|
108326
|
108327
|
108328
|
108329
|
108525
|
108587
|
108733