Bug 21004 - Use modal to add and edit notes on receiving orders/shipments page
Summary: Use modal to add and edit notes on receiving orders/shipments page
Status: Needs Signoff
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Johanna Räisä
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-26 21:50 UTC by Katrin Fischer
Modified: 2025-09-30 09:55 UTC (History)
1 user (show)

See Also:
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 (15.96 KB, patch)
2025-09-30 09:49 UTC, Johanna Räisä
Details | Diff | Splinter Review
Bug 21004: (follow-up) remove unused modordernotes file (3.41 KB, patch)
2025-09-30 09:55 UTC, Johanna Räisä
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.