Commit fbeeec66 authored by mjadhav's avatar mjadhav

quantity set as 0 for transit initally


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98768 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 1118f840
......@@ -2175,7 +2175,7 @@ public class CustStockGWTIC extends ValidatorEJB implements CustStockGWTICLocal,
rcpChargableLast = receiptLast - rcpFreesLast;
System.out.println("rcpChargableLast :"+rcpChargableLast);
/*------------------------------------------------------------------------------------------------------------------*
/*------------------------------------------------------------------------------------------------------------------*/
System.out.println("custCodeHd :"+custCodeHd);
......@@ -3132,6 +3132,7 @@ public class CustStockGWTIC extends ValidatorEJB implements CustStockGWTICLocal,
stockDlvFlg="N";
dlvFlgTransit=0;
sql= "select count(*) as count from cust_stock_inv where invoice_id=? and dlv_flg='Y' ";
pstmt2 = conn.prepareStatement(sql);
pstmt2.setString(1, invoiceId);
......
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