From 92b0d4f88d630900f3d1129519bd49e4cb7b7158 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 28 Mar 2018 12:53:42 -0300 Subject: [PATCH] Bug 20365: Allow several orders on the same subscriptions Do we really need this limitation? Signed-off-by: Josef Moravec --- .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt index aad7d34..f9a652e 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt @@ -68,8 +68,9 @@ [% IF (sub.alreadyOnOrder) %] - Outstanding order (only one order per subscription is allowed) - [% ELSIF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%] + Outstanding order + [% END %] + [% IF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%] Order -- 2.1.4