Bugzilla – Attachment 8029 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]
[SIGNED-OFF] Bug 7602: Followup: Spent and ordered pages require full acquisition permissions
SIGNED-OFF-Bug-7602-Followup-Spent-and-ordered-pag.patch (text/plain), 1.52 KB, created by
Katrin Fischer
on 2012-03-06 07:33:31 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7602: Followup: Spent and ordered pages require full acquisition permissions
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-03-06 07:33:31 UTC
Size:
1.52 KB
patch
obsolete
>From 6514dda42d7edd825aa8cb58fb1eb47ed6fb0e19 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] [SIGNED-OFF] Bug 7602: Followup: Spent and ordered pages > require full acquisition permissions > >hide link to neworderempty if user does not have order_manage permission > >Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de> >--- > .../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.5.4
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