Commit 300e91a1 authored by pshinde's avatar pshinde

if the voucher being generated is against purchase return, not to validate duplicate bill number


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98848 ce508802-f39f-4f6c-b175-0d175dae99d5
parent bb3f921a
...@@ -577,7 +577,8 @@ public class CreatePoRcpVoucher ...@@ -577,7 +577,8 @@ public class CreatePoRcpVoucher
//*************************************************************************************** //***************************************************************************************
//from bill_no ltrim is removed by Tushar 20/03/09 //from bill_no ltrim is removed by Tushar 20/03/09
//adde condition here //added by Priyanka Shinde on 27/10/15
// if the voucher being generated is against purchase return, not to validate duplicate bill number
if (!"P-RET".equals(tranSer)) if (!"P-RET".equals(tranSer))
{ {
...@@ -678,7 +679,7 @@ public class CreatePoRcpVoucher ...@@ -678,7 +679,7 @@ public class CreatePoRcpVoucher
return errString; return errString;
} }
} }
} }//ended by priyanka shinde on 27/10/15
//end here //end here
//*************************************************************************************** //***************************************************************************************
......
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