Fix a filter name in documents list.

This commit is contained in:
Pavel Mironchik 2021-01-02 18:35:02 +06:00
parent 045c846235
commit c038f5a4c2

View File

@ -10,6 +10,7 @@ return [
'billed_at' => 'Bill Date',
'due_at' => 'Due Date',
'invoiced_at' => 'Invoice Date',
'issued_at' => 'Issue Date',
],
];