mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added user id to account transformer
This commit is contained in:
parent
ec8389f320
commit
380872db56
@ -51,7 +51,8 @@ class AccountTransformer extends TransformerAbstract
|
||||
'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,
|
||||
'user_id' => $account->user_id
|
||||
];
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user