|
|
@@ -279,7 +279,7 @@ public class InquiryDetail {
|
|
|
this.id_myfromdate = item.getQuotation().getDate();
|
|
|
this.id_mytodate = item.getQuotation().getEndDate();
|
|
|
this.id_prodcode = item.getProduct() != null ? item.getProduct().getCode(): item.getCustProductCode();
|
|
|
- this.id_rate = item.getQuotation().getRate();
|
|
|
+ this.id_rate = item.getQuotation().getTaxrate();
|
|
|
this.id_remark = item.getRemark();
|
|
|
this.id_todate = item.getQuotation().getEndDate();
|
|
|
this.ve_uu = item.getQuotation().getEnUU();
|