Bug 35605

Summary: Show basket and price in list when receiving multiple items
Product: Koha Reporter: Andrew Fuerste-Henry <andrewfh>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: barbara.johnson
Version: unspecified   
Hardware: All   
OS: All   
See Also: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35606
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on: 8179    
Bug Blocks:    

Description Andrew Fuerste-Henry 2023-12-19 18:30:39 UTC
When receiving multiple orders, one first selects the orders to receive on /cgi-bin/koha/acqui/parcel.pl?invoiceid= and is then taken to a list of those selected titles on /cgi-bin/koha/acqui/orderreceive.pl?multiple_orders=.

The table on the multiple orders page only includes some of the data from the first receiving page. It'd be helpful if it also included the basket and the price.

If a column for basket is added, then we can make the multiple orders page sort first by basket and then by order number, which would make it match the sorting on the first receiving page.

This table should also be included in column configuration, but that's another bug.
Comment 1 Andrew Fuerste-Henry 2023-12-19 18:32:43 UTC
 > This table should also be included in column configuration, but that's
> another bug.

And that bug is Bug 35606.