From 0e3f5bbf0f0b376e790e5d2f64e2b0151d894cdb 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 https://bugs.koha-community.org/show_bug.cgi?id=23916 --- 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 ae2f53d..0a17c81 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -116,7 +116,7 @@
  • - +
  • @@ -250,7 +250,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 6f87d8b..edc13b0 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.7.4