From b82f04cafe2c00dc123d0a297d49cd93779b945d 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' 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 --- 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