|
@@ -222,7 +222,7 @@ public class Inquiry {
|
|
|
public Inquiry(SaleQuotation quotation) {
|
|
public Inquiry(SaleQuotation quotation) {
|
|
|
this.in_code = quotation.getCode();
|
|
this.in_code = quotation.getCode();
|
|
|
this.in_date = quotation.getDate();
|
|
this.in_date = quotation.getDate();
|
|
|
- this.in_enddate = quotation.getDate();
|
|
|
|
|
|
|
+ this.in_enddate = quotation.getEndDate();
|
|
|
this.in_recorddate = quotation.getDate();
|
|
this.in_recorddate = quotation.getDate();
|
|
|
this.in_remark = quotation.getRemark();
|
|
this.in_remark = quotation.getRemark();
|
|
|
this.b2b_qu_id = quotation.getId();
|
|
this.b2b_qu_id = quotation.getId();
|