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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc (-1 / +1 lines)
Lines 4-10 Link Here
4
        <h5>Point of sale</h5>
4
        <h5>Point of sale</h5>
5
        <ul>
5
        <ul>
6
            <li><a href="/cgi-bin/koha/pos/register.pl">Register details</a></li>
6
            <li><a href="/cgi-bin/koha/pos/register.pl">Register details</a></li>
7
            <li><a href="/cgi-bin/koha/pos/registers.pl">Branch details</a></li>
7
            <li><a href="/cgi-bin/koha/pos/registers.pl">Library details</a></li>
8
        </ul>
8
        </ul>
9
        [% END %]
9
        [% END %]
10
        [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %]
10
        [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-3 / +2 lines)
Lines 21-27 Link Here
21
                <main>
21
                <main>
22
                    [% IF ( error_registers ) %]
22
                    [% IF ( error_registers ) %]
23
                    <div id="error_message" class="dialog alert">
23
                    <div id="error_message" class="dialog alert">
24
                        You must have at least one cash register associated with this branch before you
24
                        You must have at least one cash register associated with this library before you
25
                        can record payments.
25
                        can record payments.
26
                    </div>
26
                    </div>
27
                    [% ELSE %]
27
                    [% ELSE %]
Lines 29-35 Link Here
29
                        <button type="button" class="cashup_all btn btn-default" data-toggle="modal" data-target="#confirmCashupAllModal"><i class="fa fa-money"></i> Cashup all</button>
29
                        <button type="button" class="cashup_all btn btn-default" data-toggle="modal" data-target="#confirmCashupAllModal"><i class="fa fa-money"></i> Cashup all</button>
30
                    </div>
30
                    </div>
31
31
32
                    <h1>Branch transaction details for [% library.branchname | html %]</h1>
32
                    <h1>Library transaction details for [% library.branchname | html %]</h1>
33
33
34
                    <h2>Summary</h2>
34
                    <h2>Summary</h2>
35
                    <ul>
35
                    <ul>
36
- 

Return to bug 25138