mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-26 02:40:43 -06:00
Add external url
This commit is contained in:
parent
7718deb4a5
commit
59f0631685
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user