mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Added additional fields to transformer
This commit is contained in:
parent
254dd4ff53
commit
7182078acb
@ -76,7 +76,15 @@ class AccountTransformer extends EntityTransformer
|
||||
'language_id' => (int) $account->language_id,
|
||||
'fill_products' => (bool) $account->fill_products,
|
||||
'update_products' => (bool) $account->update_products,
|
||||
'vat_number' => $account->vat_number
|
||||
'vat_number' => $account->vat_number,
|
||||
'custom_invoice_label1' => $account->custom_invoice_label1,
|
||||
'custom_invoice_label2' => $account->custom_invoice_label2,
|
||||
'custom_invoice_taxes1' => $account->custom_invoice_taxes1,
|
||||
'custom_invoice_taxes2' => $account->custom_invoice_taxes1,
|
||||
'custom_label1' => $account->custom_label1,
|
||||
'custom_label2' => $account->custom_label2,
|
||||
'custom_value1' => $account->custom_value1,
|
||||
'custom_value2' => $account->custom_value2
|
||||
];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user