mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
fix jpg issues in the documents-table
This commit is contained in:
parent
066e6aaf72
commit
c70eb17c16
@ -44,6 +44,9 @@ class Document extends BaseModel
|
||||
'jpeg' => [
|
||||
'mime' => 'image/jpeg',
|
||||
],
|
||||
'jpg' => [
|
||||
'mime' => 'image/jpeg',
|
||||
],
|
||||
'tiff' => [
|
||||
'mime' => 'image/tiff',
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user