Commit b6b2795c authored by Riri Novita's avatar Riri Novita

setting parameter TP BS

parent 0f46c01e
......@@ -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