See bug 20969, but for parcel.pl.
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
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.