add account currency id to User model
This commit is contained in:
parent
7d8ed7768e
commit
5588444943
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ with
|
|||
{{ adapter.quote("AccountTypeId") }} as id_account_type,
|
||||
{{ adapter.quote("CreatedUserId") }} as id_created_user,
|
||||
{{ adapter.quote("BillingCountryId") }} as id_billing_country,
|
||||
{{ adapter.quote("AccountCurrencyId") }} as id_account_currency,
|
||||
{{ adapter.quote("Code") }} as user_code,
|
||||
{{ adapter.quote("Email") }} as email,
|
||||
{{ adapter.quote("Title") }} as title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue