Commit 92507d6d authored by Riri Novita's avatar Riri Novita

update cf mb

parent 53a2d7fb
...@@ -105,7 +105,8 @@ export default class CashFlowMR extends Component { ...@@ -105,7 +105,8 @@ export default class CashFlowMR 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: 'CASH_FLOW' type: 'CASH_FLOW',
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