Bug 21004

Summary: Use modal to add and edit notes on receiving orders/shipments page
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: AcquisitionsAssignee: Johanna Räisä <johanna.raisa>
Status: Needs Signoff --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: johanna.raisa
Version: Main   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20969
GIT URL: Change sponsored?: Sponsored
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Bug 21004: Use modal to add and edit notes on receiving orders/shipments page
Bug 21004: (follow-up) remove unused modordernotes file

Description Katrin Fischer 2018-06-26 21:50:54 UTC
See bug 20969, but for parcel.pl.
Comment 1 Johanna Räisä 2025-09-30 09:49:45 UTC
Created attachment 187077 [details] [review]
Bug 21004: Use modal to add and edit notes on receiving orders/shipments page

This patch adds a modal to add and edit notes on the receiving orders/shipments page.

Test Plan:
1. Navigate to the receiving orders/shipments page.
2. Add or edit a note.
3. See that a new page opens with a form to add or edit the note.
4. Apply the patch and reload the page.
5. Click to add or edit a note.
6. See that a modal opens with a form to add or edit the note.

Sponsored-by: Koha-Suomi Oy
Comment 2 Johanna Räisä 2025-09-30 09:55:11 UTC
Created attachment 187078 [details] [review]
Bug 21004: (follow-up) remove unused modordernotes file

The modordernotes.tt file is no longer used in the application, so it can be safely removed to clean up the codebase.