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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref (+6 lines)
Lines 12-17 Accounting: Link Here
12
                  yes: "Do"
12
                  yes: "Do"
13
                  no: "Don't"
13
                  no: "Don't"
14
            - automatically display a print dialog for a payment receipt when making a payment.
14
            - automatically display a print dialog for a payment receipt when making a payment.
15
        -
16
            - pref: RoundFinesAtPayment
17
              choices:
18
                  yes: Do
19
                  no: "Don't"
20
            - round fines to the nearest cent when collecting payments. Enabling this preference allows paying fines of partial cents which may not be visible in the interface.
15
    Features:
21
    Features:
16
        -
22
        -
17
            - pref: UseCashRegisters
23
            - pref: UseCashRegisters
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-7 lines)
Lines 938-949 Circulation: Link Here
938
              type: textarea
938
              type: textarea
939
              syntax: javascript
939
              syntax: javascript
940
              class: code
940
              class: code
941
        -
942
            - pref: RoundFinesAtPayment
943
              choices:
944
                  yes: Do
945
                  no: "Don't"
946
            - round fines to the nearest cent when collecting payments. Enabling this preference allows paying fines of partial cents which may not be visible in the interface.
947
    Self Checkout:
941
    Self Checkout:
948
        -
942
        -
949
            - "Include the following JavaScript on all pages in the web-based self checkout:"
943
            - "Include the following JavaScript on all pages in the web-based self checkout:"
950
- 

Return to bug 24646