mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-30 21:24:32 -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' => [
|
'jpeg' => [
|
||||||
'mime' => 'image/jpeg',
|
'mime' => 'image/jpeg',
|
||||||
],
|
],
|
||||||
|
'jpg' => [
|
||||||
|
'mime' => 'image/jpeg',
|
||||||
|
],
|
||||||
'tiff' => [
|
'tiff' => [
|
||||||
'mime' => 'image/tiff',
|
'mime' => 'image/tiff',
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user