Bugzilla – Attachment 95741 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]
k
Bug-24033--Fix-column-labelling-on-basket-summary-.patch (text/plain), 1.93 KB, created by
Katrin Fischer
on 2019-11-22 20:58:15 UTC
(
hide
)
Description:
k
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2019-11-22 20:58:15 UTC
Size:
1.93 KB
patch
obsolete
>From 2e7e33b301dc6813a4dd8a748fbc5d87a386934e 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. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > 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 c3d61a0f35..bd4805a3da 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt >@@ -399,10 +399,10 @@ > <th>[% tp('noun', 'Order') | html %]</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.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 24033
:
95448
|
95449
|
95710
|
95741
|
95742