Commit 1a91f35a authored by pdas's avatar pdas

Added print statement for lrdate


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97514 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9acb13f0
...@@ -2270,12 +2270,14 @@ public class CreatePoRcpVoucher ...@@ -2270,12 +2270,14 @@ public class CreatePoRcpVoucher
{ {
noOfDays = rs.getInt("cr_days"); noOfDays = rs.getInt("cr_days");
calcDueFrom = rs.getString("start_from"); calcDueFrom = rs.getString("start_from");
} }
rs.close(); rs.close();
rs = null; rs = null;
pstmt.close(); pstmt.close();
pstmt = null; pstmt = null;
System.out.println(noOfDays);
System.out.println(lrDate);
if ("R".equals(calcDueFrom)) if ("R".equals(calcDueFrom))
{ {
dueDate = utilMethods.RelativeDate(recDate, noOfDays); dueDate = utilMethods.RelativeDate(recDate, noOfDays);
......
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