|
|
@@ -1732,6 +1732,11 @@ public class PdfService extends AbstractBaseEntityService<Pdf, Long, PdfReposito |
|
|
setValueIfPresent(form, "Text16_2", getCrAddress2(client)); |
|
|
setValueIfPresent(form, "Text16_2", getCrAddress2(client)); |
|
|
setValueIfPresent(form, "fill_2b_1", client.getCrAddressPostalCode()); |
|
|
setValueIfPresent(form, "fill_2b_1", client.getCrAddressPostalCode()); |
|
|
|
|
|
|
|
|
|
|
|
if(!(getCrAddress1(client) + getCrAddress2(client)).equals(getCorAddress1(client) + getCorAddress2(client))){ |
|
|
|
|
|
setValueIfPresent(form, "address1", getCorAddress1(client)); |
|
|
|
|
|
setValueIfPresent(form, "address2", getCorAddress2(client)); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
//setValueIfPresent(form, "address1", commonField.getOthers().get("address1")); |
|
|
//setValueIfPresent(form, "address1", commonField.getOthers().get("address1")); |
|
|
//setValueIfPresent(form, "address2", commonField.getOthers().get("address2")); |
|
|
//setValueIfPresent(form, "address2", commonField.getOthers().get("address2")); |
|
|
|
|
|
|
|
|
@@ -1938,6 +1943,10 @@ public class PdfService extends AbstractBaseEntityService<Pdf, Long, PdfReposito |
|
|
setValueIfPresent(form2, "Check Box4", "Yes"); |
|
|
setValueIfPresent(form2, "Check Box4", "Yes"); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(!"".equals(getCrAddress1(client) + getCrAddress2(client)) && (getCrAddress1(client) + getCrAddress2(client)).equals(getCorAddress1(client) + getCorAddress2(client))){ |
|
|
|
|
|
setValueIfPresent(form2, "Check Box10", "Yes"); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/* Page1 End */ |
|
|
/* Page1 End */ |
|
|
|
|
|
|
|
|
|