Add external url

This commit is contained in:
James Cole 2022-01-24 07:57:28 +01:00
parent 7718deb4a5
commit 59f0631685
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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) {