Bug 35324

Summary: Display for items not correct on receive for subscription orders
Product: Koha Reporter: Katrin Fischer <katrin.fischer>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
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 Katrin Fischer 2023-11-13 16:31:42 UTC
There are some cases, where we show the header of the item table to the left on the receive form, when there are no items. We should not be doing that.

It seems to always happen, when we have a subscription order. It could also be that this points to missing functionality, as for subscriptions, we should have a separate table with additional information.

The cases where something is not quite right are marked with a *:

Items in cataloging
* ordered 1, receive 1
* ordered 5, receive 2
* standing order, received on multiple invoices
* subscription*
* subscription + standing order*

Items on receive
* ordered 1, receive 1
* ordered 5, receive 2
* standing order, received on multiple invoices
* subscription*
* subscription + standing order* 

Items on order
* ordered 1, receive 1
* ordered 5, receive 2
* standing order, received on multiple invoices
* subscription (no items, because it's a subscription order)*
* subscription + standing order (no items, because it's a subscription order)*