|
|
@ -701,10 +701,13 @@ public class SDNYMainProcessController extends AbstractController { |
|
|
|
info.setZTAX(replace+".00"); |
|
|
|
info.setZTAX(replace+".00"); |
|
|
|
info.setZSM(getZSM(divide.toString())); |
|
|
|
info.setZSM(getZSM(divide.toString())); |
|
|
|
} |
|
|
|
} |
|
|
|
if (info.getZTAX() == null || info.getZTAX() == "") { |
|
|
|
if (invoiceLineList ==null || invoiceLineList.size() == 0){ |
|
|
|
info.setZTAX("0.00"); |
|
|
|
if (info.getZTAX() == null || info.getZTAX() == "") { |
|
|
|
info.setZSM(getZSM(info.getZTAX())); |
|
|
|
info.setZTAX("0.00"); |
|
|
|
|
|
|
|
info.setZSM(getZSM(info.getZTAX())); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
info.setZFPDM(snInvoice.getInvoiceCode()); |
|
|
|
info.setZFPDM(snInvoice.getInvoiceCode()); |
|
|
|
info.setZCD(snInvoice.getOriginPlace()); |
|
|
|
info.setZCD(snInvoice.getOriginPlace()); |
|
|
|
info.setZSCCZ(snInvoice.getStationGetOn()); |
|
|
|
info.setZSCCZ(snInvoice.getStationGetOn()); |
|
|
|