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 19-21 Accounting: Link Here
19
                  yes: "Do"
19
                  yes: "Do"
20
                  no: "Don't"
20
                  no: "Don't"
21
            - automatically display a print dialog for a payment receipt when making a payment.
21
            - automatically display a print dialog for a payment receipt when making a payment.
22
        -
23
            - pref: RoundFinesAtPayment
24
              choices:
25
                  yes: Do
26
                  no: "Don't"
27
            - 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.
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-7 lines)
Lines 931-942 Circulation: Link Here
931
              type: textarea
931
              type: textarea
932
              syntax: javascript
932
              syntax: javascript
933
              class: code
933
              class: code
934
        -
935
            - pref: RoundFinesAtPayment
936
              choices:
937
                  yes: Do
938
                  no: "Don't"
939
            - 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.
940
    Self Checkout:
934
    Self Checkout:
941
        -
935
        -
942
            - "Include the following JavaScript on all pages in the web-based self checkout:"
936
            - "Include the following JavaScript on all pages in the web-based self checkout:"
943
- 

Return to bug 24646