Bug 16981: Add EDI Admin to Acq Menu
authorNicole C Engard <nengard@bywatersolutions.com>
Tue, 26 Jul 2016 16:02:32 +0000 (16:02 +0000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 9 Sep 2016 13:28:02 +0000 (13:28 +0000)
This patch adds the links to EDI Accounts and Library EANs
to the menu on the left of the Acq module.

To test:
* Log in to Koha
* Visit Acquisitions
* Confirm that EDI links show on the menu on the right
  if you have permissions to access EDI.

Signed-off-by: Marc <veron@veron.ch>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

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

index f61dfa8..15de639 100644 (file)
@@ -11,5 +11,7 @@
     [% END %]
     [% IF CAN_user_acquisition_edi_manage %]
      <li><a href="/cgi-bin/koha/acqui/edifactmsgs.pl">EDIFACT messages</a></li>
+     <li><a href="/cgi-bin/koha/admin/edi_accounts.pl">EDI accounts</a></li>
+     <li><a href="/cgi-bin/koha/admin/edi_ean_accounts.pl">Library EANs</a></li>
     [% END %]
 </ul>