Bug 39491

Summary: All accountline notes should be HTML textarea
Product: Koha Reporter: Lucas Gass (lukeg) <lucas>
Component: CirculationAssignee: Lucas Gass (lukeg) <lucas>
Status: Pushed to main --- QA Contact: Katrin Fischer <katrin.fischer>
Severity: normal    
Priority: P5 - low CC: gmcharlt, kyle.m.hall
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
25.05.00
Circulation function:
Bug Depends on: 37211    
Bug Blocks:    
Attachments: Bug 39491: Change all note inputs to textarea
Bug 39491: Change all note inputs to textarea

Description Lucas Gass (lukeg) 2025-03-31 11:29:30 UTC
Since accountline notes can be mediumtext in DB we should turn all the inputs on the UI into textarea to make it easier to enter and read notes.
Comment 1 Lucas Gass (lukeg) 2025-04-01 09:53:15 UTC
Created attachment 180110 [details] [review]
Bug 39491: Change all note inputs to textarea

To test:
1. APPLY PATCH
2. Try adding notes to the following actions from the patron transaction page:
    -Payout
    -Refund
    -Apply discount
    -Void
    -Cancel charge
3. Also try 'Pay amount', 'Pay selected', 'Write off selected' yellow buttons
4. Try the individual buttons for 'Pay' and 'Write off'
Comment 2 Caroline Cyr La Rose 2025-04-01 13:12:42 UTC
Created attachment 180180 [details] [review]
Bug 39491: Change all note inputs to textarea

To test:
1. APPLY PATCH
2. Try adding notes to the following actions from the patron transaction page:
    -Payout
    -Refund
    -Apply discount
    -Void
    -Cancel charge
3. Also try 'Pay amount', 'Pay selected', 'Write off selected' yellow buttons
4. Try the individual buttons for 'Pay' and 'Write off'

Signed-off-by: Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com>
Comment 3 Katrin Fischer 2025-05-06 17:37:56 UTC
Removed the 0 from the id here here inline: 

+                                <textarea id="apply_discount_note0" name="apply_discount_note" rows="5" cols="30"></textarea>
Comment 4 Katrin Fischer 2025-05-07 12:31:24 UTC
Pushed for 25.05!

Well done everyone, thank you!