Summary: | All accountline notes should be HTML textarea | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Circulation | Assignee: | 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
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' 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> Removed the 0 from the id here here inline: + <textarea id="apply_discount_note0" name="apply_discount_note" rows="5" cols="30"></textarea> Pushed for 25.05! Well done everyone, thank you! |