|
@@ -313,6 +313,7 @@ public class InquiryDetail {
|
|
|
this.id_prodcode = item.getProdCode();
|
|
this.id_prodcode = item.getProdCode();
|
|
|
this.id_currency = item.getCurrency();
|
|
this.id_currency = item.getCurrency();
|
|
|
this.ve_uu = item.getVendUU();
|
|
this.ve_uu = item.getVendUU();
|
|
|
|
|
+ this.id_remark = item.getRemark();
|
|
|
if (this.id_prodcode == null && item.getProduct() != null) {
|
|
if (this.id_prodcode == null && item.getProduct() != null) {
|
|
|
this.id_prodcode = item.getProduct().getCode();
|
|
this.id_prodcode = item.getProduct().getCode();
|
|
|
}
|
|
}
|