make stg naming coherent with other xero models
This commit is contained in:
parent
447cb3926c
commit
08ff92b3e9
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ with
|
|||
{{ adapter.quote("DateString") }} as date_string,
|
||||
|
||||
{{ adapter.quote("Total") }} as total_amount_local_curr,
|
||||
{{ adapter.quote("SubTotal") }} as subtotal_local_curr,
|
||||
{{ adapter.quote("SubTotal") }} as total_amount_wo_tax_local_curr,
|
||||
{{ adapter.quote("TotalTax") }} as total_tax_local_curr,
|
||||
{{ adapter.quote("CurrencyCode") }} as transaction_currency_iso_4217,
|
||||
1 / {{ adapter.quote("CurrencyRate") }} as exchange_rate_to_gbp,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue