From 6ed6a2b963ae63e3b79006a08676e7dd40b9a819 Mon Sep 17 00:00:00 2001 From: Aleisha Date: Sun, 13 Mar 2016 21:35:06 +0000 Subject: [PATCH] Bug 16037: Renaming 'Print basket group' as 'Export as PDF' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To test: 1) Go to Acquisitions 2) Go to the basket groups for a vendor 3) Confirm that an open basket group has the option to 'Close and export as PDF' 4) Confirm that a closed basket group has the option to 'Export as PDF' 5) Confirm these buttons still work as expected Sponsored-by: Catalyst IT Signed-off-by: Marc VĂ©ron --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt index 0bdd830..82c82ca 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -338,7 +338,7 @@ function submitForm(form) { [% IF (basketgroup.freedeliveryplace) %]Free delivery place[% ELSE %][% Branches.GetName( basketgroup.deliveryplace ) %][% END %] [% basketgroup.basketsqty %] - +
@@ -378,7 +378,7 @@ function submitForm(form) {
-
+
-- 1.7.10.4