Commit 52d28ae9 authored by pnayak's avatar pnayak

gen ledger issue on date item change date not set proper.

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@190825 ce508802-f39f-4f6c-b175-0d175dae99d5
parent f11049da
...@@ -265,7 +265,7 @@ public class LedgerAllACsAccountWise extends ValidatorEJB implements LedgerAllAC ...@@ -265,7 +265,7 @@ public class LedgerAllACsAccountWise extends ValidatorEJB implements LedgerAllAC
rs.close(); rs.close();
pstmt.close(); pstmt.close();
sql1 = "SELECT fr_date FROM period where '"+dateFrom+"' between fr_date and to_date and code='"+codePrd+"'"; sql1 = "SELECT fr_date FROM period where '"+chgdateFr+"' between fr_date and to_date and code='"+codePrd+"'";
pstmt1 = conn.prepareStatement(sql1); pstmt1 = conn.prepareStatement(sql1);
rs1 = pstmt1.executeQuery(); rs1 = pstmt1.executeQuery();
......
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