|
@@ -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 });
|
|
|
}
|