From 9a680cdc975986e3158512485e56db2744983e3d Mon Sep 17 00:00:00 2001 From: Sam Lau Date: Wed, 26 Jun 2024 18:10:47 +0000 Subject: [PATCH] Bug 23674: Add ability to add a note to pay individual and write-off individual To test: 1) Apply manual invoice to a patron account 2) Go to the patron record -> accounting -> transaction tab 3) Look for the "Pay" button under the actions column. Click this 4) Notice no place to enter note 5) Click the "Write off" button. Notice there is no place to enter note 6) Apply patch, restart_all 7) Notice that a "Note: " input appears in both the 'Pay' and 'Write off' tabs. 8) Write a not in the pay tab and confirm. Make sure this not shows up in the table. 9) Add another invoice and then test the note functionallity for the write-offs. --- .../prog/en/modules/members/paycollect.tt | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 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 2f70b35ebb..8d6387409b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -154,7 +154,6 @@
Pay an individual charge - @@ -217,6 +216,11 @@ [% END %] [% END %] +
  • + + +
  • + @@ -248,7 +252,6 @@ -
    Description
    @@ -274,6 +277,10 @@ +
  • + + +
  • -- 2.39.2