|
|
@@ -317,6 +317,7 @@ public class InquiryDetail {
|
|
|
this.in_code = item.getInquiry().getCode();
|
|
|
this.id_prodcode = item.getProduct().getCode();
|
|
|
this.id_currency = item.getCurrency();
|
|
|
+ this.ve_uu = item.getVendUU();
|
|
|
if (!CollectionUtils.isEmpty(item.getReplies())) {
|
|
|
dets = new ArrayList<InquiryDetailDet>();
|
|
|
for (PurchaseInquiryReply reply : item.getReplies()) {
|