Bug 40956 - Mandatory fields not checked when item is received
Summary: Mandatory fields not checked when item is received
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Acquisitions (show other bugs)
Version: Main
Hardware: All All
: P5 - low trivial
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-10-06 10:45 UTC by Emmi Takkinen
Modified: 2025-10-06 10:45 UTC (History)
0 users

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


Attachments

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