Commit 81645f4a authored by ardiansyah's avatar ardiansyah

fix approver

parent ee64ea07
......@@ -3526,7 +3526,8 @@ export default class BudgetTahunan extends Component {
</div>
)}
</div>
{this.state.checkApprover && this.state.isApproverFinance && this.renderBtnSubmit(mstIdFinance)}
{/* {this.state.checkApprover && this.state.isApproverFinance && this.renderBtnSubmit(mstIdFinance)} */}
{this.renderBtnSubmit(mstIdFinance)}
<div style={{ padding: '0 20px 20px' }}>
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center' }}>
<Typography style={{ fontSize: '16px', color: '#4b4b4b', fontWeight: 'bold' }}>Report CAT</Typography>
......@@ -3568,7 +3569,8 @@ export default class BudgetTahunan extends Component {
</div>
)}
</div>
{this.state.checkApprover && this.state.isApproverCAT && this.renderBtnSubmit(mstIdCAT)}
{/* {this.state.checkApprover && this.state.isApproverCAT && this.renderBtnSubmit(mstIdCAT)} */}
{this.renderBtnSubmit(mstIdCAT)}
</Paper>
</div>
</div>
......
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