Commit 6aa3bd63 authored by manohar's avatar manohar

inventory accounting enabled then only do accounting


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93845 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f241afeb
...@@ -1550,7 +1550,8 @@ public class InvAcct ...@@ -1550,7 +1550,8 @@ public class InvAcct
errString = itmDBAccessEJB.getErrorString("","VTFINPARM","","",conn); errString = itmDBAccessEJB.getErrorString("","VTFINPARM","","",conn);
return errString; return errString;
} }
else{ if ("Y".equals(invOnline)) // 06/11/13 manoharan condition added
{
sql =" select tran_date,site_code,ref_ser__for,ref_id__for,reas_code,item_ser, " sql =" select tran_date,site_code,ref_ser__for,ref_id__for,reas_code,item_ser, "
+" confirmed,conf_date,emp_code__aprv,tran_type,truck_no,ref_date " +" confirmed,conf_date,emp_code__aprv,tran_type,truck_no,ref_date "
+" from stock_transfer " +" from stock_transfer "
......
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