• prane's avatar
    date format in the string variable is not matching as per expected format. · d3eda685
    prane authored
    1) receivablesMap.put("tran_date", Timestamp.valueOf(lsPostdate)); lsPostdate is need to be timestamp instead of application format
    2) receivablesMap.put("ref_date", Timestamp.valueOf(lsPostdate)); lsPostdate is need to be timestamp instead of application format
    3) receivablesMap.put("line_no__ref", lsNo);//changed[to handle ClassCastException in fincommon]
    4) lcTotAmt=rs.getDouble("lcTotAmt"); //rs is used instead of rs1 due to same Invalid column name SQLException occured.
    
    git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@189494 ce508802-f39f-4f6c-b175-0d175dae99d5
    d3eda685
PostOrdInvoicePost.java 134 KB