@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 7 +++++++ 1 file changed, 7 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt @@ -24,6 +24,13 @@ You must have at least one cash register associated with this branch before you can record payments. [% ELSE %] + + [% IF payment_id && !Koha.Preference('FinePaymentAutoPopup') %] +
+ Payment recieved: Print receipt +
+ [% END %] +
--