close #2679 Fixed: Reconciliation started an ended date get wrong data

This commit is contained in:
Cüneyt Şentürk
2022-10-20 14:22:44 +03:00
parent 417f82b4a5
commit 32e4bc85a5
3 changed files with 11 additions and 3 deletions

View File

@ -50,7 +50,7 @@ const app = new Vue({
}
},
methods:{
methods: {
setDueMinDate(date) {
this.min_due_date = date;
},