Bugzilla – Attachment 105444 Details for
Bug 25545
Invoice page - Adjustments are not included in the Total + adjustments + shipment cost (Column tax. inc.)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 25545: (follow-up) Fix capitalization
Bug-25545-follow-up-Fix-capitalization.patch (text/plain), 1.15 KB, created by
Katrin Fischer
on 2020-05-31 13:36:24 UTC
(
hide
)
Description:
Bug 25545: (follow-up) Fix capitalization
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-05-31 13:36:24 UTC
Size:
1.15 KB
patch
obsolete
>From c0d8f6d069e45ca958873ee4f90593c7fafd5bd8 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sat, 30 May 2020 00:56:04 +0000 >Subject: [PATCH] Bug 25545: (follow-up) Fix capitalization > >Total + Adjustments + Shipment cost ($) > >changed to: >Total + adjustments + shipment cost ($) >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >index ef4f37404d..0d9b29cc70 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt >@@ -318,7 +318,7 @@ > <th> </th> > </tr> > <tr> >- <th colspan="2">Total + Adjustments + Shipment cost ([% currency.symbol | html %])</th> >+ <th colspan="2">Total + adjustments + shipment cost ([% currency.symbol | html %])</th> > <th class="tax_excluded"></th> > <th class="tax_included"></th> > <th class="replacementprice"/> >-- >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 25545
:
105107
|
105381
|
105443
|
105444
|
105646
|
105647