Commit b480f0ea authored by kshinde's avatar kshinde

Bug Fix


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105302 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7626e183
...@@ -897,11 +897,7 @@ public class PostOrdInvoicePost extends ActionHandlerEJB implements PostOrdInvoi ...@@ -897,11 +897,7 @@ public class PostOrdInvoicePost extends ActionHandlerEJB implements PostOrdInvoi
{ {
ls_cctr_code__radj=ls_acct_code__radj.trim(); ls_cctr_code__radj=ls_acct_code__radj.trim();
} }
if(ls_acct_code__radj==null || ls_acct_code__radj.trim().length()<=0)
{
retString = itmDBAccessEJB.getErrorString("","VTRNDACCT","","",conn);
}
if (ln_amount_radj != 0) // 07-dec-16 manoharan if (ln_amount_radj != 0) // 07-dec-16 manoharan
{ {
......
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