Skip to content

Commit

Permalink
fix: onchanges of mode_of_payment make enable to save form (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: viralpatel15 <[email protected]>
  • Loading branch information
2 people authored and agritheory committed Feb 6, 2024
1 parent 80fa4cf commit 0b4bff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check_run/public/js/check_run/CheckRun.vue
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ function update_sort(key_name) {
}
function onMOPChange(event, rowName) {
window.cur_frm.dirty()
transactions[rowName].mode_of_payment = modes_of_payment.value[event.target.selectedIndex]
}
Expand Down

0 comments on commit 0b4bff0

Please sign in to comment.