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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-2 / +1 lines)
Lines 177-183 Link Here
177
                        <h4 class="modal-title" id="confirmCashupAllLabel">Confirm cashup of <em>all</em> cash registers</h4>
177
                        <h4 class="modal-title" id="confirmCashupAllLabel">Confirm cashup of <em>all</em> cash registers</h4>
178
                    </div>
178
                    </div>
179
                    <div class="modal-body">
179
                    <div class="modal-body">
180
                        <p>Please confirm that you have recieved [% bankable | $Price %] to cashup.</p>
180
                        <p>Please confirm that you have received [% bankable | $Price %] to cashup.</p>
181
                        <ul>
181
                        <ul>
182
                            <li>Total income (cash): [% ctotal | $Price %] ([% cctotal | $Price %])</li>
182
                            <li>Total income (cash): [% ctotal | $Price %] ([% cctotal | $Price %])</li>
183
                            <li>Total outgoing (cash): [% dtotal | $Price %] ([% cdtotal | $Price %])</li>
183
                            <li>Total outgoing (cash): [% dtotal | $Price %] ([% cdtotal | $Price %])</li>
184
- 

Return to bug 28266