Bug 37081 - Add order confusing when ordering from a staged file
Summary: Add order confusing when ordering from a staged file
Status: RESOLVED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Lucas Gass (lukeg)
QA Contact: Katrin Fischer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-06-12 20:13 UTC by Kelly McElligott
Modified: 2024-11-21 14:35 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: String patch
Documentation contact:
Documentation submission:
Text to go in the release notes:
Fixes confusing terminology when staging or adding a new file to a basket in the acquisitions module.
Version(s) released in:
24.11.00
Circulation function:


Attachments
Bug 37081: Reword button on addorderiso2709.tt (2.51 KB, patch)
2024-06-17 14:01 UTC, Lucas Gass (lukeg)
Details | Diff | Splinter Review
Bug 37081: Reword button on addorderiso2709.tt (2.56 KB, patch)
2024-06-17 20:25 UTC, David Nind
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
Description Kelly McElligott 2024-06-12 20:13:40 UTC
When staging or adding a new file to a basket in Acquisitions, on the acqui/addorderiso2709.pl?

Next the items to select, there is an ADD ORDER button.  At the bottom of the page there is a SAVE button. 

ADD ORDER does not add this item to the order, it starts a new blank order.  

I believe we should reword this button to say what it does, NEW ORDER instead.
Comment 1 Lucas Gass (lukeg) 2024-06-17 14:01:36 UTC
Created attachment 167786 [details] [review]
Bug 37081: Reword button on addorderiso2709.tt

To test:
1. Go to Acquisition and create or find a vendor.
2. Create a new basket.
3. Add to basket -> from a new file
4. Upload a .mrc file and stage fro import.
5. Add the files to your basket.
6. For each item in the basket notice the button set which includes MARC, Card, and Add order.
7. APPLY patch and reload the page.
8. Add order should now be New order.
Comment 2 David Nind 2024-06-17 20:25:24 UTC
Created attachment 167804 [details] [review]
Bug 37081: Reword button on addorderiso2709.tt

To test:
1. Go to Acquisition and create or find a vendor.
2. Create a new basket.
3. Add to basket -> from a new file
4. Upload a .mrc file and stage fro import.
5. Add the files to your basket.
6. For each item in the basket notice the button set which includes MARC, Card, and Add order.
7. APPLY patch and reload the page.
8. Add order should now be New order.

Signed-off-by: David Nind <david@davidnind.com>
Comment 3 Katrin Fischer 2024-09-02 08:50:23 UTC
One word change. QA'd by RM.
Comment 4 Katrin Fischer 2024-09-02 10:21:27 UTC
Pushed for 24.11!

Well done everyone, thank you!