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.
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!