Commit 92da6227 authored by Riri Novita's avatar Riri Novita

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

update cf mb

See merge request !2102
parents ecdd4961 5ca56853
...@@ -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