Bugzilla – Attachment 7979 Details for
Bug 7602
Spent and Ordered pages require full acquisition permissions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7602: Followup: Spent and ordered pages require full acquisition permissions
0001-Bug-7602-Followup-Spent-and-ordered-pages-require-fu.patch (text/plain), 1.46 KB, created by
Jonathan Druart
on 2012-03-02 10:52:37 UTC
(
hide
)
Description:
Bug 7602: Followup: Spent and ordered pages require full acquisition permissions
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2012-03-02 10:52:37 UTC
Size:
1.46 KB
patch
obsolete
>From bed76618cc8514ee48d237e9516b5216bec53028 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 2 Mar 2012 11:50:34 +0100 >Subject: [PATCH 1/1] Bug 7602: Followup: Spent and ordered pages require full > acquisition permissions > >hide link to neworderempty if user does not have order_manage permission >--- > .../intranet-tmpl/prog/en/modules/acqui/ordered.tt | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >index c50f639..a0cabbc 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/ordered.tt >@@ -42,7 +42,11 @@ > [% order.title %] > </td> > <td class="cell"> >- <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% order.ordernumber %]&booksellerid=[% order.booksellerid %]&basketno=[% order.basketno %]">[% order.ordernumber %]</a> >+ [% IF ( CAN_user_acquisition_order_manage ) %] >+ <a href="/cgi-bin/koha/acqui/neworderempty.pl?ordernumber=[% order.ordernumber %]&booksellerid=[% order.booksellerid %]&basketno=[% order.basketno %]">[% order.ordernumber %]</a> >+ [% ELSE %] >+ [% order.ordernumber %] >+ [% END %] > </td> > <td class="cell"> > <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% order.booksellerid %]">[% order.booksellerid %]</a> >-- >1.7.7.3 >
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 7602
:
7883
|
7895
|
7979
|
8029