close #1551 Fixed: Reconciliation form checkbox missing values
This commit is contained in:
@ -43,6 +43,10 @@ const app = new Vue({
|
||||
if (document.getElementById('closing_balance') != null) {
|
||||
this.totals.closing_balance = parseFloat(document.getElementById('closing_balance').value);
|
||||
}
|
||||
|
||||
if (this.form._method == 'PATCH') {
|
||||
this.onCalculate();
|
||||
}
|
||||
},
|
||||
|
||||
methods:{
|
||||
|
Reference in New Issue
Block a user