Bug 35324 - Display for items not correct on receive for subscription orders
Summary: Display for items not correct on receive for subscription orders
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on: 8179
Blocks:
  Show dependency treegraph
 
Reported: 2023-11-13 16:31 UTC by Katrin Fischer
Modified: 2023-11-13 16:31 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

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