From 2b1997efec55610e7d24a3958946d3120457d615 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 aad7d34efe..f9a652e683 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.11.0