From 0773e8fbd79a4ed1c93d436498b5385dceaa0586 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Tue, 14 Feb 2017 02:13:33 +0000 Subject: [PATCH] Bug 18109: Adding font awesome icon to uncertain prices button To test: 1) Go to Acquisitions -> search for a vendor 2) View a basket with uncertain prices or add an order with uncertain prices to a basket 3) Confirm that font awesome icon is appropriate and button still works as expected Sponsored-by: Catalyst IT --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 43af8be..4502d2a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -191,7 +191,7 @@
Delete this basket
[% IF ( unclosable ) %] [% ELSIF ( uncertainprices ) %] -
Uncertain prices
+
Uncertain prices
[% ELSE %]
Close this basket -- 2.1.4