From 2dff4bf0bb6c4dc0603fab48eeb84ad72b39ca08 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Fri, 10 Jan 2020 11:48:56 +0000 Subject: [PATCH] Bug 23354: (QA follow-up) Allow manual receipt printing This patch adds an alert message that allows receipt printing for transactions when FinePaymentAutoPopup is not enabled. --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt index a15a073abb..69ce125994 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ b/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 %] +
-- 2.20.1