Commit 7ac70e45 authored by mjadhav's avatar mjadhav

add2 added in corporatior entity


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97300 ce508802-f39f-4f6c-b175-0d175dae99d5
parent cb562514
...@@ -1113,7 +1113,7 @@ public class GenInvoiceSchedule implements Schedule { ...@@ -1113,7 +1113,7 @@ public class GenInvoiceSchedule implements Schedule {
addlegalEntity.appendChild(getElementValue(doc, parties, "PostCode", sitePin)); addlegalEntity.appendChild(getElementValue(doc, parties, "PostCode", sitePin));
addlegalEntity.appendChild(getElementValue(doc, parties, "Town", sitecity)); addlegalEntity.appendChild(getElementValue(doc, parties, "Town", sitecity));
addlegalEntity.appendChild(getElementValue(doc, parties, "Province", siteStatedescr));*/ addlegalEntity.appendChild(getElementValue(doc, parties, "Province", siteStatedescr));*/
addlegalEntity.appendChild(getElementValue(doc, parties, "Address",custBillAdd1+" "+custBillAdd2+" "+custBillAdd3)); addlegalEntity.appendChild(getElementValue(doc, parties, "Address",custBillAdd2));
addlegalEntity.appendChild(getElementValue(doc, parties, "PostCode", custBillPin)); addlegalEntity.appendChild(getElementValue(doc, parties, "PostCode", custBillPin));
addlegalEntity.appendChild(getElementValue(doc, parties, "Town", custBillCity)); addlegalEntity.appendChild(getElementValue(doc, parties, "Town", custBillCity));
addlegalEntity.appendChild(getElementValue(doc, parties, "Province", custBillStatedescr)); addlegalEntity.appendChild(getElementValue(doc, parties, "Province", custBillStatedescr));
......
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