View | Details | Raw Unified | Return to bug 24790
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc (-1 / +3 lines)
Lines 53-58 Link Here
53
                    [% IF ( CAN_user_tools ) %]
53
                    [% IF ( CAN_user_tools ) %]
54
                        <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li>
54
                        <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li>
55
                    [% END %]
55
                    [% END %]
56
                    [% IF ( Koha.Preference('EnablePointOfSale') && Koha.Preference('UseCashRegisters') && CAN_user_cash_management_takepayment ) %]
57
                        <li><a href="/cgi-bin/koha/pos/pay.pl">Point of sale</a></li>
58
                    [% END %]
56
                    [% IF ( CAN_user_parameters ) %]
59
                    [% IF ( CAN_user_parameters ) %]
57
                        <li><a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li>
60
                        <li><a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li>
58
                    [% END %]
61
                    [% END %]
59
- 

Return to bug 24790