From 2e7e33b301dc6813a4dd8a748fbc5d87a386934e Mon Sep 17 00:00:00 2001 From: Lisette Scheer 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 --- 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 @@ [% tp('noun', 'Order') | html %] RRP tax exc. Actual cost tax exc. - ecost tax exc. + Budgeted cost tax exc. RRP tax inc. Actual cost tax inc. - ecost tax inc. + Budgeted cost tax inc. Replacement price Qty. Total tax exc. ([% currency | html %]) -- 2.11.0