From e684bea695cdf2436dd26eadacf4492d883a5b89 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. Signed-off-by: Roman Dolny Signed-off-by: Martin Renvoize --- .../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 ff91689adee..fca2c2c5ddf 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -158,7 +158,6 @@
Pay an individual charge - @@ -221,6 +220,11 @@ [% END %] [% END %] +
  • + + +
  • + @@ -256,7 +260,6 @@ -
    Description
    @@ -282,6 +285,10 @@ +
  • + + +
  • -- 2.48.1