mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Add external url
This commit is contained in:
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
@@ -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