From 64977d48a8bb0487afc2341c15030a35c1be5577 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? --- .../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 38491d8bbf..b884640887 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt @@ -67,8 +67,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.11.0