Dual UOM in Manage Shipment Form.
We are using Dual UOM and Standard UOM conversions are defined.
We are using Manage Shipments form for ASN notification. The Rcv_shipment_lines are populated through a interface program.
While populating the rcv_shipment_lines table, the column "secondary_quantity_received" is updated with rounded secondary quantities.
ie By the standard UOM conversion, if the secondary quantity is 5.25, then it is rounded to 5.
While making the Shipment receipt, system again applying the standard UOM conversion and changing the secondary quantity to 5.25.
Is there any way to control this?