@@ -384,6 +384,7 @@ class OrderList extends \common\libs\dataList\DataList implements DataListInterf
return $row['AUTO_MAINTENANCE'] == 1 ? \Yii::t('ctx', 'yes') : \Yii::t('ctx', 'no');
},
],
+ 'INVOICE_REMARK' => null,
];
}
return $this->columns;