Merge pull request #1715 from pavel-mironchik/filter-name

Fix a filter name in documents list.
This commit is contained in:
Cüneyt Şentürk 2021-01-02 16:24:11 +03:00 committed by GitHub
commit ac87351eae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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