Solved

Net weight and Gross weight are not matching in the shipment

  • 7 October 2022
  • 1 reply
  • 183 views

Userlevel 7
Badge +17

When I go to General tab in shipment window, I observed that the Net weight and Gross weight are different in an abnormal way.

 

 

Any solutions why the Net Weight and Gross Weights are different. 

Note: Usually Net weight and Gross weight should be same or Gross weight should be greater than Net Weight. 

icon

Best answer by Tharindu Sooriyaarachchi 7 October 2022, 20:45

View original

1 reply

Userlevel 3
Badge +5

Hi @Rasika Lakmal,

 

I have done a similar case and during the investigation, I found that the value of rec_net_weight_ variable (net weight of the part) is having a value even though the value of net weight of part is null.
The variable: rec_net_weight_ is defined in the Shipment_API.Get_Net_And_Adjusted_Weight___ method and when the value of net weight of a part is null, the value of rec_net_weight_ variable will be previous value inside the for loop. This bug has been fixed by UPD13 patch 159682. Most probably it will fix your issue.
 

As a workaround you can set Net Weight to 0 in Part window → General tab.

 

Best Regards,

Tharindu

Reply