From 40f15f400d0b976b72ff0c2e656ca795d98dba81 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Sun, 12 Jan 2020 18:43:03 +0000 Subject: [PATCH] Bug 23354: (QA follow-up) Fix spelling in templates Signed-off-by: Josef Moravec --- koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 69ce125994..6f87d8b510 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt @@ -27,7 +27,7 @@ [% IF payment_id && !Koha.Preference('FinePaymentAutoPopup') %]
- Payment recieved: Print receipt + Payment received: Print receipt
[% END %] @@ -180,8 +180,8 @@ [% IF payment_id && Koha.Preference('FinePaymentAutoPopup') %] - - + + [% END %] [% MACRO jsinclude BLOCK %] @@ -395,11 +395,11 @@ }); [% IF payment_id && Koha.Preference('FinePaymentAutoPopup') %] - $("#printReciept").click(function() { + $("#printReceipt").click(function() { var win = window.open('/cgi-bin/koha/pos/printreceipt.pl?action=print&accountlines_id=[% payment_id | uri %]&collected=[% collected | uri %]&change=[% change | uri %]', '_blank'); win.focus(); }); - $("#printReciept").click(); + $("#printReceipt").click(); [% END %] }); -- 2.11.0