MT2345 : Changes on contracts
authorMatthias Meusburger <matthias.meusburger@biblibre.com>
Fri, 5 Feb 2010 13:01:48 +0000 (14:01 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 03:26:55 +0000 (23:26 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>

koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc

index 4de868e..a175031 100644 (file)
@@ -44,9 +44,6 @@
         <!-- TMPL_IF NAME="id" -->
             <li><a id="editsupplier" href="/cgi-bin/koha/acqui/supplier.pl?supplierid=<!--TMPL_VAR Name="id"-->&amp;op=enter">Edit</a></li>
             <li><a id="newcontract" href="/cgi-bin/koha/admin/aqcontract.pl?op=add_form&booksellerid=<!-- TMPL_VAR name="id" -->">New Contract</a></li>
-            <!-- TMPL_UNLESS NAME="basketcount" -->
-                <li><a id="newbasket" href="/cgi-bin/koha/acqui/basketheader.pl?booksellerid=<!-- TMPL_VAR name="id" -->&op=add_form">New Basket</a></li>
-            <!-- /TMPL_UNLESS -->
             <li><a id="editcontracts" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=<!-- TMPL_VAR name="id" -->">Contracts</a></li>
             <!-- TMPL_UNLESS NAME="basketcount" -->
                 <li><a id="newbasket" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=<!-- TMPL_VAR name="id" -->">New Basket</a></li>