From 59c230e7fd91e2c37df12105fad3293f0533ab5c Mon Sep 17 00:00:00 2001 From: Paul Poulain Date: Thu, 20 Sep 2012 10:19:19 +0200 Subject: [PATCH] Bug 5339 follow-up * fix english error * if the invoice is closed, don't display a "finish receiving" link, but a "view invoice" one --- .../prog/en/modules/acqui/parcel.tt | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index 90bae7f420..825fb33cf7 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -297,7 +297,7 @@ [% ELSE %]

- Invoice is close, so you can't receive orders. + Invoice is closed, so you can't receive orders anymore. Reopen it.

[% END %] @@ -404,12 +404,16 @@ -
- -
- -
-
+[% IF (invoiceclosedate) %] + View invoice +[% ELSE %] +
+ +
+ +
+
+[% END %] -- 2.20.1