Commit be24eea9 authored by ssalve's avatar ssalve

done invisible for doc_type and gst_code for gst_type 'O' on 11AUG2017


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106582 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 7431b1dd
......@@ -630,6 +630,8 @@ public class Gstr3BIC extends ValidatorEJB implements Gstr3BICRemote, Gstr3BICLo
if("O".equalsIgnoreCase(gst_type))
{
valueXmlString.append("<doc_date protect = \"0\" visible = \"1\">").append("<![CDATA["+docDateEdit+"]]>").append("</doc_date>");
valueXmlString.append("<gst_code_state protect = \"1\" visible = \"0\">").append("<![CDATA[]]>").append("</gst_code_state>");
valueXmlString.append("<doc_type protect = \"1\" visible = \"0\">").append("<![CDATA[]]>").append("</doc_type>");
}
else if("D".equalsIgnoreCase(gst_type))
{
......@@ -697,6 +699,8 @@ public class Gstr3BIC extends ValidatorEJB implements Gstr3BICRemote, Gstr3BICLo
if("O".equalsIgnoreCase(gst_type))
{
valueXmlString.append("<doc_date protect = \"0\" visible = \"1\">").append("<![CDATA[]]>").append("</doc_date>");
valueXmlString.append("<gst_code_state protect = \"1\" visible = \"0\">").append("<![CDATA[]]>").append("</gst_code_state>");
valueXmlString.append("<doc_type protect = \"1\" visible = \"0\">").append("<![CDATA[]]>").append("</doc_type>");
}
else if("D".equalsIgnoreCase(gst_type))
{
......
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