mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Add external url
This commit is contained in:
@@ -434,7 +434,8 @@ export default {
|
||||
payment_date: row.custom_fields.payment_date,
|
||||
invoice_date: row.custom_fields.invoice_date,
|
||||
internal_reference: row.custom_fields.internal_reference,
|
||||
notes: row.custom_fields.notes
|
||||
notes: row.custom_fields.notes,
|
||||
external_url: row.custom_fields.external_url
|
||||
};
|
||||
|
||||
if (tagList.length > 0) {
|
||||
|
Reference in New Issue
Block a user