Commit 645e523a authored by ssalve's avatar ssalve

replaced state_code to gst_code_state from place_of_supply validation on 16AUG2017


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106626 ce508802-f39f-4f6c-b175-0d175dae99d5
parent ab16cb9a
...@@ -369,7 +369,7 @@ public class GstrPurchaseIC extends ValidatorEJB implements GstrPurchaseICRemote ...@@ -369,7 +369,7 @@ public class GstrPurchaseIC extends ValidatorEJB implements GstrPurchaseICRemote
{ {
errCode = "NULLPLSUPP"; errCode = "NULLPLSUPP";
errList.add(errCode); errList.add(errCode);
errFields.add("state_code"); errFields.add("gst_code_state");
} }
} }
//commented validation for doc type DE and SEZ on 14AUG2017[START] //commented validation for doc type DE and SEZ on 14AUG2017[START]
......
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