Commit d28a639e authored by ngadkari's avatar ngadkari

More quantity of PO & GRN wrt Indent for reason

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@184056 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 27972cb5
......@@ -3664,7 +3664,10 @@ public class PorderConf extends ActionHandlerEJB implements PorderConfLocal, Por
xmlBuffkeyGen.append("<Detail1 dbID='' domID=\"1\" objName=\"voucher\" objContext=\"1\">");
xmlBuffkeyGen.append("<attribute pkNames=\"\" selected=\"N\" updateFlag=\"A\" status=\"N\" />");
xmlBuffkeyGen.append("<site_code><![CDATA["+site +"]]></site_code>");
xmlBuffkeyGen.append("<tran_date><![CDATA["+currDate +"]]></tran_date>");
//changes done by mayur on 24-04-18--start
//xmlBuffkeyGen.append("<tran_date><![CDATA["+currDate+"]]></tran_date>");
xmlBuffkeyGen.append("<tran_date><![CDATA["+sdf.format(currDate.toString()) +"]]></tran_date>");
//changes done by mayur on 24-04-18--end
xmlBuffkeyGen.append("<vouch_type><![CDATA["+"A" +"]]></vouch_type>");
xmlBuffkeyGen.append("</Detail1>");
......
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