New contract button
authorJean-André Santoni <jeanandre.santoni@biblibre.com>
Fri, 5 Feb 2010 13:01:44 +0000 (14:01 +0100)
committerGalen Charlton <gmcharlt@gmail.com>
Fri, 30 Apr 2010 03:25:25 +0000 (23:25 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/intranet-tmpl/prog/en/includes/acquisitions-toolbar.inc

index 51bb823..908f2b6 100644 (file)
@@ -47,6 +47,7 @@
             <!-- 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_ELSE -->
             <li><a id="newbudget" href="/cgi-bin/koha/acqui/supplier.pl?op=enter">New Vendor</a></li>
         <!-- /TMPL_IF -->