zs 1 jaar geleden
bovenliggende
commit
5595260427
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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 {
   constructor() {
     const like_prop = [];
-    const props = ['contacts', 'tel', 'status'];
+    const props = ['contacts', 'brand', 'tel', 'status'];
     const mapping = [];
     super({ like_prop, props, mapping });
   }