Bugzilla – Attachment 77507 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), 1.92 KB, created by
Jonathan Druart
on 2018-08-06 21:09:14 UTC
(
hide
)
Description:
Bug 20365: Allow several orders on the same subscriptions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-08-06 21:09:14 UTC
Size:
1.92 KB
patch
obsolete
>From 150069ec5374e951f5f536f0da673962e026073f 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 | 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 @@ > </td> > <td> > [% 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%] > <a href="/cgi-bin/koha/acqui/neworderempty.pl?booksellerid=[% booksellerid %]&basketno=[% basketno %]&biblionumber=[% sub.biblionumber %]&from_subscriptionid=[% sub.subscriptionid %]" title="Order this one"> > Order > </a> >-- >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