This commit is contained in:
denisdulici
2017-12-11 22:37:05 +03:00
parent 8ca239b3b9
commit 3695dac363
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@ return [
'class' => 'fa fa-sort-amount'
],
'numeric' => [
'rows' => ['created_at', 'updated_at', 'paid_at', 'invoiced_at', 'due_at', 'id', 'quantity', 'rate', 'number', 'invoice_number', 'bill_number'],
'rows' => ['created_at', 'updated_at', 'paid_at', 'invoiced_at', 'billed_at', 'due_at', 'id', 'quantity', 'rate', 'number', 'invoice_number', 'bill_number'],
'class' => 'fa fa-sort-numeric'
],
],