Bugzilla – Attachment 60896 Details for
Bug 4969
Vendors can not be deleted / show only active vendors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 4969: Do not display the new link if we are seeing all baskets of a given vendor
Bug-4969-Do-not-display-the-new-link-if-we-are-see.patch (text/plain), 1.42 KB, created by
Jonathan Druart
on 2017-03-07 18:53:04 UTC
(
hide
)
Description:
Bug 4969: Do not display the new link if we are seeing all baskets of a given vendor
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-03-07 18:53:04 UTC
Size:
1.42 KB
patch
obsolete
>From 0c3e29b7a18472a081666437461c0717380237a4 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 7 Mar 2017 15:52:03 -0300 >Subject: [PATCH] Bug 4969: Do not display the new link if we are seeing all > baskets of a given vendor > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >index 18d6654..02eda13 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/booksellers.tt >@@ -88,7 +88,9 @@ $(document).ready(function() { > [% ELSE %] > <a href="/cgi-bin/koha/acqui/booksellers.pl?supplier=[% supplier %]&booksellerid=[% booksellerid %]&allbaskets=1">Show all baskets</a> > [% END %] >- | <a href="#" id="show_active_vendors">Show active vendors only</a><a href="#" id="show_all_vendors">Show all vendors</a> >+ [% UNLESS booksellerid %] >+ | <a href="#" id="show_active_vendors">Show active vendors only</a><a href="#" id="show_all_vendors">Show all vendors</a> >+ [% END %] > <div id="acqui_order_supplierlist"> > [% FOREACH supplier IN loop_suppliers %] > [% IF ( supplier.active ) %] >-- >2.9.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 4969
:
7398
|
7532
|
7830
|
7982
|
8071
|
8072
|
60803
|
60807
|
60893
|
60894
|
60895
| 60896