Back to bug 40795

Who When What Removed Added
mathsabypro 2025-10-01 12:35:11 UTC CC mathsabypro
lisette 2025-10-02 18:02:54 UTC Depends on 23674
Status NEW ASSIGNED
CC lisette
Assignee koha-bugs lisette
lisette 2025-10-02 18:03:50 UTC Status ASSIGNED Needs Signoff
lisette 2025-10-02 18:04:17 UTC Text to go in the release notes , consistent with current behavior.
I also updated the logic with the buttons on both pages to show as "add" when there's not a note present. This patch updates the table on members/pay.pl to have consistant ui with the transactions table, using a modal.

On members/pay.pl if there's no note, a note can still be added without the edit permission to allow for notes at time of payment
david 2025-10-28 12:12:48 UTC Status Needs Signoff Signed Off
david 2025-10-28 12:12:51 UTC Attachment #187310 Attachment is obsolete 0 1
david 2025-10-28 12:38:07 UTC CC david
david 2025-10-28 12:45:54 UTC Text to go in the release notes This patch updates the table on members/pay.pl to have consistant ui with the transactions table, using a modal.

On members/pay.pl if there's no note, a note can still be added without the edit permission to allow for notes at time of payment, consistent with current behavior.
I also updated the logic with the buttons on both pages to show as "add" when there's not a note present.
This updates the tables for a patron's accounting 'Make a payment' tab (members/pay.pl) and 'Transactions' tab to use a consistent UI when adding and editing the notes field, using a pop-up window for adding and edit a note.

An 'Edit' action button is now used to edit all existing notes (which opens a pop-up window to edit the note).

An 'Add' action button is now used to add a new note (which opens a pop-up window to add a note).

Back to bug 40795