|
|
|
@ -3467,7 +3467,7 @@ public class CoDelExcelTXServiceImpl implements CoDelExcelTXService { |
|
|
|
poNoDisplayText = showOrderNoFlag ? formatPoNoForHwDesc(poNoSet) : ""; |
|
|
|
} |
|
|
|
String hsCodeDescText = "N".equals(bookingHsCodeDescType) ? sbEn : sb; |
|
|
|
String hwDescText = hsCodeDescText + "\n" + poNoDisplayText; |
|
|
|
String hwDescText = hsCodeDescText + "\nPO#" + poNoDisplayText; |
|
|
|
if (isShowOrderNoBu(buNo) && showInvoiceFlag) { |
|
|
|
String cmcInvoiceText = stringInput(notifyHeader.getCmcInvoice()); |
|
|
|
if (StringUtils.isBlank(poNoDisplayText)) { |
|
|
|
|