change construction of articles/offers
This commit is contained in:
@@ -42,8 +42,8 @@ class TariffsDataTable extends DataTable
|
||||
Column::make('sale_channels2')->title('Canaux de vente')->searchable(false)->orderable(false),
|
||||
Column::make('code')->title('Code'),
|
||||
Column::make('ref')->title('Référence'),
|
||||
Column::make('price_lists_count')->title('#Lst prix')->searchable(false)->orderable(false),
|
||||
Column::make('offers_count')->title('#Offres')->searchable(false)->orderable(false),
|
||||
Column::make('price_lists_count')->title('#Lst prix')->searchable(false)->orderable(false)->class('text-right'),
|
||||
Column::make('offers_count')->title('#Offres')->searchable(false)->orderable(false)->class('text-right'),
|
||||
$this->makeColumnButtons(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user