Commit 5ca56853 authored by Riri Novita's avatar Riri Novita

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

update cf mb

See merge request !2100
parents b21374e4 60e1a22b
......@@ -105,7 +105,8 @@ export default class CashFlowMR extends Component {
let body = {
group: 'THRESHOLD_CONTROL',
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 => {
......
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