Bugzilla – Attachment 169783 Details for
Bug 23674
Allowing notes on all entries in patron Transactions table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23674: Add ability to add a note to pay individual and write-off individual
Bug-23674-Add-ability-to-add-a-note-to-pay-individ.patch (text/plain), 2.81 KB, created by
Roman Dolny
on 2024-07-26 19:55:07 UTC
(
hide
)
Description:
Bug 23674: Add ability to add a note to pay individual and write-off individual
Filename:
MIME Type:
Creator:
Roman Dolny
Created:
2024-07-26 19:55:07 UTC
Size:
2.81 KB
patch
obsolete
>From 5361cbaa661e82f956b002967fb6eefd95151a91 Mon Sep 17 00:00:00 2001 >From: Sam Lau <samalau@gmail.com> >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 <roman.dolny@jezuici.pl> >--- > .../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 @@ > > <fieldset class="rows"> > <legend>Pay an individual charge</legend> >- <input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> > <table> > <thead><tr> > <th>Description</th> >@@ -217,6 +216,11 @@ > [% END %] > </li> > [% END %] >+ <li> >+ <label> Note: </label> >+ <input name="payment_note" id="payment_note" value="[% payment_note | html %]" /> >+ </li> >+ > </ol> > </fieldset> > >@@ -248,7 +252,6 @@ > <input type="hidden" name="debit_type_code" id="debit_type_code" value="[% debit_type_code | html %]" /> > <input type="hidden" name="amount" id="amount" value="[% amount | html %]" /> > <input type="hidden" name="accountlines_id" id="accountlines_id" value="[% accountlines_id | html %]" /> >- <input type="hidden" name="payment_note" id="payment_note" value="[% payment_note | html %]" /> > <input type="hidden" name="amountoutstanding" id="amountoutstanding" value="[% amountoutstanding | html %]" /> > <input type="hidden" name="change_given" id="change_given" /> > <table> >@@ -274,6 +277,10 @@ > <!-- default to writing off all --> > <input name="paid" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 %]" type="text" /> > </li> >+ <li> >+ <label> Note: </label> >+ <input name="payment_note" id="payment_note" value="[% payment_note | html %]" /> >+ </li> > </ol> > </fieldset> > >-- >2.39.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 23674
:
168035
|
168036
|
168174
|
168177
|
168178
|
168180
|
168213
|
168329
|
168330
|
169782
|
169783
|
169784
|
169785
|
169786
|
169787
|
169788
|
174300
|
174301
|
174302
|
174303
|
174304
|
174305
|
174306
|
174307
|
174308