fixes
This commit is contained in:
@@ -36,7 +36,11 @@ class CustomerOrdersDataTable extends DataTable
|
||||
|
||||
public function getHtmlButtons()
|
||||
{
|
||||
return self::getButtonShow('uuid', 'Voir la commande');
|
||||
$buttons = '';
|
||||
|
||||
$buttons .= self::getButtonShow('uuid', 'Voir la facture');
|
||||
|
||||
return $buttons;
|
||||
}
|
||||
|
||||
public function modifier($datatables)
|
||||
|
||||
Reference in New Issue
Block a user