Bugzilla – Attachment 78069 Details for
Bug 20365
Allow several open orders on subscription
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20365: Allow several orders on the same subscriptions
Bug-20365-Allow-several-orders-on-the-same-subscri.patch (text/plain), 2.27 KB, created by
Jonathan Druart
on 2018-08-22 00:54:11 UTC
(
hide
)
Description:
Bug 20365: Allow several orders on the same subscriptions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-08-22 00:54:11 UTC
Size:
2.27 KB
patch
obsolete
>From ba0d030d59d00e023c6eba6b7ad28e74c7cb2e9f Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Wed, 28 Mar 2018 12:53:42 -0300 >Subject: [PATCH] Bug 20365: Allow several orders on the same subscriptions >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Do we really need this limitation? > >Sponsored-by: BULAC - http://www.bulac.fr/ > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> > >Signed-off-by: Josef Moravec <josef.moravec@gmail.com> >--- > .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt | 7 ++++--- > 1 file changed, 4 insertions(+), 3 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 2b041c9499..7375542203 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -69,9 +69,10 @@ > </td> > <td> > [% IF (sub.alreadyOnOrder) %] >- Outstanding order (only one order per subscription is allowed) >- [% ELSIF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%] >- <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | html %]&basketno=[% basketno | html %]&biblionumber=[% sub.biblionumber | html %]&from_subscriptionid=[% sub.subscriptionid | html %]" title="Order this one"> >+ Outstanding order >+ [% END %] >+ [% IF not sub.aqbooksellerid || booksellerid == sub.aqbooksellerid%] >+ <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid | uri %]&basketno=[% basketno | uri %]&biblionumber=[% sub.biblionumber | uri %]&from_subscriptionid=[% sub.subscriptionid | uri %]" title="Order this one"> > Order > </a> > [% ELSE %] >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20365
:
73399
|
74314
|
75145
|
77437
|
77507
| 78069