Bug 40956

Summary: Mandatory fields not checked when item is received
Product: Koha Reporter: Emmi Takkinen <emmi.takkinen>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: trivial    
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 Emmi Takkinen 2025-10-06 10:45:58 UTC
Bug 34109 implicates that when items are received from modal used in orderreceive.pl their mandatory fields are validated when user hits Confirm button. This doesn't seem to be working anymore or maybe it has never worked, code points at div with id "itemblock" but there is no such a div in orderreceive.tt file. Whole validation seems kind of pointless, since this modal doesn't even use form which could be validated with function CheckMandatorySubfields.

Has this feature worked at some point and is now broken? Or is the code invalid?