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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-1 / +1 lines)
Lines 199-204 Link Here
199
        [% INCLUDE 'format_price.inc' %]
199
        [% INCLUDE 'format_price.inc' %]
200
        [% INCLUDE 'js-date-format.inc' %]
200
        [% INCLUDE 'js-date-format.inc' %]
201
        [% Asset.js("js/cashup_modal.js") | $raw %]
201
        [% Asset.js("js/cashup_modal.js") | $raw %]
202
        [% Asset.js("js/modal_printer.js") | $raw %]
202
        <script>
203
        <script>
203
            $(document).ready(function () {
204
            $(document).ready(function () {
204
205
205
- 

Return to bug 31041