From cdbdd0703df0ee5ed6a17e0f5e262723589d8a8c Mon Sep 17 00:00:00 2001 From: David Roberts Date: Tue, 28 Jan 2020 00:21:19 +0000 Subject: [PATCH] Bug 24495: Reword change collection feature This patch changes the text of the "Collect from patron" field to read "Amount tendered" To Test: 1) In the Point of Sale screen, check that the text inside the "Collect payment" box reads "Collect from patron" 2) Go into a patron record, and create a manual invoice. 3) Go to Make a payment, and select to "Pay an amount". Check the text reads "Collect from patron". 4) Repeat the process with the "Pay Selected", and "Pay" button (listed next to the individual invoice) 5) Install the patch 6) Repeat steps 1-4, but the text should now read "Amount tendered", instead of "Collect from patron" in all payment options in the patron record, and in the Point of Sale screen. Signed-off-by: David Nind Signed-off-by: Andrew Fuerste-Henry Signed-off-by: Bouzid Fergani Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt index 3d13d3a339..842f5e6003 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -121,7 +121,7 @@
  • - +
  • @@ -241,7 +241,7 @@
  • [% IF type != 'WRITEOFF' %]
  • - +
  • 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 2435d7176a..021e4ea611 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt @@ -103,7 +103,7 @@
  • - +
  • -- 2.20.1