mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 03:56:42 +00:00
Fix #3187
This commit is contained in:
@@ -644,6 +644,7 @@
|
||||
internal_reference: [],
|
||||
notes: [],
|
||||
attachments: [],
|
||||
external_uri: [],
|
||||
},
|
||||
};
|
||||
}
|
||||
@@ -740,6 +741,7 @@
|
||||
internal_reference: [],
|
||||
notes: [],
|
||||
attachments: [],
|
||||
external_uri: [],
|
||||
},
|
||||
},
|
||||
budget: 0,
|
||||
@@ -753,7 +755,8 @@
|
||||
"invoice_date": "",
|
||||
"internal_reference": "",
|
||||
"notes": "",
|
||||
"attachments": []
|
||||
"attachments": [],
|
||||
"external_uri": "",
|
||||
},
|
||||
foreign_amount: {
|
||||
amount: "",
|
||||
|
Reference in New Issue
Block a user