@@ -, +, @@ (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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/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 %]) --