Bugzilla – Attachment 95448 Details for
Bug 24033
Fix column labelling on basket summary page (ecost)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24033 : Fix column labelling on basket summary page (ecost) When viewing a basket, some of the column names are unclear and are different than the terms used for the same field on the order form. This patch edits the column titles to match
Bug-24033--Fix-column-labelling-on-basket-summary-.patch (text/plain), 1.88 KB, created by
Lisette Scheer
on 2019-11-14 22:07:11 UTC
(
hide
)
Description:
Bug 24033 : Fix column labelling on basket summary page (ecost) When viewing a basket, some of the column names are unclear and are different than the terms used for the same field on the order form. This patch edits the column titles to match
Filename:
MIME Type:
Creator:
Lisette Scheer
Created:
2019-11-14 22:07:11 UTC
Size:
1.88 KB
patch
obsolete
>From c8c6c035d788f14290505b3f96e4cf6ff61c8ff1 Mon Sep 17 00:00:00 2001 >From: Lisette Scheer <lisetteslatah@gmail.com> >Date: Thu, 14 Nov 2019 21:53:25 +0000 >Subject: [PATCH] Bug 24033 : Fix column labelling on basket summary page > (ecost) When viewing a basket, some of the column names are unclear and > are different than the terms used for the same field on the order form. > This patch edits the column titles to match the order form. To test: > 1)In acquisitions, create a budget. 2)In acquisitions, create a fund. > 3)In acquisitions, create a vendor. 4)In acquisitions, create a basket > and add a test item to the basket. 5)Observe the column titles ecost > tax inc. and ecost tax exc. Check the column visibility settings if you > don't see the columns. 6)Apply the patch. 7)Observe the column titles > have been updated. > >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >index 379b974..781693b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -396,10 +396,10 @@ > <th>Order</th> > <th>RRP tax exc.</th> > <th>Actual cost tax exc.</th> >- <th>ecost tax exc.</th> >+ <th>Budgeted cost tax exc.</th> > <th>RRP tax inc.</th> > <th>Actual cost tax inc.</th> >- <th>ecost tax inc.</th> >+ <th>Budgeted cost tax inc.</th> > <th>Replacement price</th> > <th>Qty.</th> > <th>Total tax exc. ([% currency | html %])</th> >-- >2.1.4
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 24033
:
95448
|
95449
|
95710
|
95741
|
95742