mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
removed user_id mapping from account table
This commit is contained in:
parent
380872db56
commit
74d5ecfa01
@ -51,8 +51,7 @@ 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,
|
||||
'user_id' => $account->user_id
|
||||
'vat_number' => $account->vat_number
|
||||
];
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user