From c8c6c035d788f14290505b3f96e4cf6ff61c8ff1 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. --- 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 @@ Order 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.1.4