Commit ecdd4961 authored by Riri Novita's avatar Riri Novita

Merge branch 'ENV-DEV' into 'ENV-STAGING'

setting parameter TP BS

See merge request !2099
parents 953bb3e8 b21374e4
......@@ -140,7 +140,8 @@ export default class BalanceSheetMR extends Component {
let body = {
group: 'THRESHOLD_VARIANCE',
company_id: this.props.company.company_id,
type: 'BALANCE_SHEET'
type: 'BALANCE_SHEET',
currency_id: this.props.defaultCurrency.id,
}
api.create().getAllSettingByType(body).then(response => {
......
......@@ -115,7 +115,8 @@ export default class TaxPlanningMR extends Component {
let body = {
group: 'THRESHOLD_CONTROL',
company_id: this.props.company.company_id,
type: 'TAX_PLANNING'
type: 'TAX_PLANNING',
currency_id: this.props.defaultCurrency.id,
}
api.create().getAllSettingByType(body).then(response => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment