Fixes for deliveries vs sale_channels
This commit is contained in:
@@ -20,7 +20,7 @@ class ArticleNaturesDataTable extends DataTable
|
||||
{
|
||||
return [
|
||||
Column::make('name')->title('Nom'),
|
||||
Column::make('articles_count')->title('Nb articles')->addClass('text-right')->searchable(false),
|
||||
Column::make('articles_count')->title('#Art')->addClass('text-right')->searchable(false)->width(60),
|
||||
$this->makeColumnButtons(),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user