Hello, I would like to receive information about changes in functionality Move Inventory Part. Between versions 23.1.2 -> 25.1.2 the condition for MOVE_INVENTORY_PART_SVC and PROCEDURE Create_Inventory_Part_In_Stock_Delivery___
A restriction has been added:
IF (Inventory_Part_In_Stock_API.Check_Exist(contract_, part_no_, configuration_id_, location_no_, lot_batch_no_, serial_no_, eng_chg_level_, waiv_dev_rej_no_, activity_seq_, handling_unit_id_)) THEN
IF(location_no_ != parent_location_no_ AND contract_ = parent_contract_) THEN
Error_SYS.Record_General(lu_name_, 'CANNOTINSERTNEWLINE: The moving location :P1 already exists at the site :P2. Have to use the existing line when moving further quantities', location_no_, contract_); END IF; END IF
Why was this condition introduced? I would like to know the consequences of removing this condition? The message appears when a second identical offset line is added.

