Bug 27089

Summary: Check for required item fields when adding item to order in acquisitions
Product: Koha Reporter: Andrew Fuerste-Henry <andrew>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:

Description Andrew Fuerste-Henry 2020-11-24 19:39:59 UTC
If one is creating item records when adding an order to a basket in acquisitions and has some item subfields set as mandatory, Koha should check for those fields when one clicks "add item" to increase the quantity on the order. Currently, Koha doesn't check for mandatory item fields until one clicks to save the order, at which point it's more complicated to go back and edit the item to add the required values.