Bugzilla – Attachment 88645 Details for
Bug 21757
Patron detail script (moremember.pl) cleanup
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21757: (follow-up) Fix number of columns in checkouts table footer template
Bug-21757-follow-up-Fix-number-of-columns-in-check.patch (text/plain), 1.14 KB, created by
Katrin Fischer
on 2019-04-24 20:30:26 UTC
(
hide
)
Description:
Bug 21757: (follow-up) Fix number of columns in checkouts table footer template
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-04-24 20:30:26 UTC
Size:
1.14 KB
patch
obsolete
>From b0e32f8f366b5044e267ded14c0595edb2cd5b75 Mon Sep 17 00:00:00 2001 >From: Josef Moravec <josef.moravec@gmail.com> >Date: Wed, 24 Apr 2019 08:02:32 +0000 >Subject: [PATCH] Bug 21757: (follow-up) Fix number of columns in checkouts > table footer template > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >index d605ad0c63..ab8c4471d4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/checkouts-table-footer.inc >@@ -1,6 +1,6 @@ > <tfoot> > <tr> >- <td colspan="14" style="text-align: right; font-weight:bold;">Totals:</td> >+ <td colspan="13" style="text-align: right; font-weight:bold;">Totals:</td> > <td id="totaldue" style="text-align: right;"></td> > <td id="totalfine" style="text-align: right;"></td> > <td id="totalprice" style="text-align: right;"></td> >-- >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 21757
:
81916
|
85782
|
88007
|
88058
|
88060
|
88146
|
88268
|
88595
|
88596
|
88597
|
88643
|
88644
| 88645