| Summary: | All accountline notes should be HTML textarea | ||
|---|---|---|---|
| Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
| Component: | Circulation | Assignee: | Lucas Gass (lukeg) <lucas> |
| Status: | Needs documenting --- | QA Contact: | Katrin Fischer <katrin.fischer> |
| Severity: | normal | ||
| Priority: | P5 - low | CC: | fridolin.somers, gmcharlt, kyle |
| Version: | Main | ||
| Hardware: | All | ||
| OS: | All | ||
| GIT URL: | Initiative type: | --- | |
| Sponsorship status: | --- | Comma delimited list of Sponsors: | |
| Crowdfunding goal: | 0 | 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! |