Commit b21374e4 authored by Riri Novita's avatar Riri Novita

Merge branch 'dev/riri' into 'ENV-DEV'

setting parameter TP BS

See merge request !2097
parents 2e7d065f 53a2d7fb
...@@ -140,7 +140,8 @@ export default class BalanceSheetMR extends Component { ...@@ -140,7 +140,8 @@ export default class BalanceSheetMR extends Component {
let body = { let body = {
group: 'THRESHOLD_VARIANCE', group: 'THRESHOLD_VARIANCE',
company_id: this.props.company.company_id, 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 => { api.create().getAllSettingByType(body).then(response => {
......
...@@ -115,7 +115,8 @@ export default class TaxPlanningMR extends Component { ...@@ -115,7 +115,8 @@ export default class TaxPlanningMR extends Component {
let body = { let body = {
group: 'THRESHOLD_CONTROL', group: 'THRESHOLD_CONTROL',
company_id: this.props.company.company_id, 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 => { 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