zs 1 yıl önce
ebeveyn
işleme
5595260427
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/interface/estimate.interface.ts

+ 1 - 1
src/interface/estimate.interface.ts

@@ -43,7 +43,7 @@ export class FVO_estimate {
 export class QDTO_estimate extends SearchBase {
 export class QDTO_estimate extends SearchBase {
   constructor() {
   constructor() {
     const like_prop = [];
     const like_prop = [];
-    const props = ['contacts', 'tel', 'status'];
+    const props = ['contacts', 'brand', 'tel', 'status'];
     const mapping = [];
     const mapping = [];
     super({ like_prop, props, mapping });
     super({ like_prop, props, mapping });
   }
   }