Browse Source

Bug 24490: Clarify wording and function of Purchase Items link on POS

This patch changes the wording of the links on the POS side menu

To test:

1) Apply the patch
2) Check that the links on the left hand side of the screen read "Configure cash registers" and "Configure items for purchase"
3) Click both links to ensure you are taken to the relevant config pages.

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
20.05.x
David Roberts 4 years ago
committed by Martin Renvoize
parent
commit
6d32f34d51
Signed by: martin.renvoize GPG Key ID: 422B469130441A0F
  1. 4
      koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc

4
koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc

@ -4,11 +4,11 @@
<h5>Administration</h5>
<ul>
[% IF ( CAN_user_parameters_manage_cash_registers ) %]
<li><a href="/cgi-bin/koha/admin/cash_registers.pl">Cash registers</a></li>
<li><a href="/cgi-bin/koha/admin/cash_registers.pl">Configure cash registers</a></li>
[% END %]
[% IF ( CAN_user_parameters_manage_accounts ) %]
<li><a href="/cgi-bin/koha/admin/debit_types.pl">Purchase items</a></li>
<li><a href="/cgi-bin/koha/admin/debit_types.pl">Configure items for purchase</a></li>
[% END %]
</ul>
[% END %]

Loading…
Cancel
Save