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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref (-7 / +6 lines)
Lines 909-914 Circulation: Link Here
909
            - pref: ProcessingFeeNote
909
            - pref: ProcessingFeeNote
910
              type: textarea
910
              type: textarea
911
              class: code
911
              class: code
912
        -
913
            - pref: RoundFinesAtPayment
914
              choices:
915
                  yes: Do
916
                  no: "Don't"
917
            - 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.
912
    Self check-in module:
918
    Self check-in module:
913
        -
919
        -
914
            - "Include the following HTML on the self check-in screen:"
920
            - "Include the following HTML on the self check-in screen:"
Lines 939-950 Circulation: Link Here
939
              type: textarea
945
              type: textarea
940
              syntax: javascript
946
              syntax: javascript
941
              class: code
947
              class: code
942
        -
943
            - pref: RoundFinesAtPayment
944
              choices:
945
                  yes: Do
946
                  no: "Don't"
947
            - 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.
948
    Self Checkout:
948
    Self Checkout:
949
        -
949
        -
950
            - "Include the following JavaScript on all pages in the web-based self checkout:"
950
            - "Include the following JavaScript on all pages in the web-based self checkout:"
951
- 

Return to bug 24646