Commit d5affc7d authored by Quxl's avatar Quxl

x

parent 4670221e
......@@ -157,7 +157,9 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
item.put("REFERENCE_PO_TYPE_TDID2", TDID);
item.put("REFERENCE_PO_TYPE_TDLINE2", TDLINE);
} else {
throw new XRException("Text type undefined [" + TDID + "] in ITEM_REFERENCE_PO_TYPE");
if(TDID != null || TDLINE != null) {
throw new XRException("Text type undefined [" + TDID + "] in ITEM_REFERENCE_PO_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