@@ -, +, @@ - Search Admin->System preferences for 'RoundFinesAtPayment' - Note it is listed under self-check - Apply patch - Restart/refresh - Note it is now under Accounting -> Policy --- .../intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref | 6 ++++++ .../prog/en/modules/admin/preferences/circulation.pref | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/accounting.pref @@ -12,6 +12,12 @@ Accounting: yes: "Do" no: "Don't" - automatically display a print dialog for a payment receipt when making a payment. + - + - pref: RoundFinesAtPayment + choices: + yes: Do + no: "Don't" + - 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. Features: - - pref: UseCashRegisters --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/circulation.pref @@ -938,12 +938,6 @@ Circulation: type: textarea syntax: javascript class: code - - - - pref: RoundFinesAtPayment - choices: - yes: Do - no: "Don't" - - 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. Self Checkout: - - "Include the following JavaScript on all pages in the web-based self checkout:" --