Commit ff620396 authored by msharma's avatar msharma

Corrected Gross weight calculation using quantity_stduom though stock button


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93943 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 3409b726
......@@ -7381,7 +7381,7 @@ public class DespatchAct extends ActionHandlerEJB implements DespatchActLocal, D
lotSl = genericUtility.getColumnValue("lot_sl",dom);
saleord = genericUtility.getColumnValue("sord_no",dom);
saleordLine = genericUtility.getColumnValue("line_no__sord",dom);
smNum = genericUtility.getColumnValue("quantity", dom);
smNum = genericUtility.getColumnValue("quantity__stduom", dom);
System.out.println("lot_no AND lot_sl....:"+itemCode+"..."+siteCode+"..."+locCode+"..."+lotNo+"..."+lotSl+"..."+saleord+"..."+ saleordLine +"..QUANTITY"+smNum);
if(itemCode == null)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment