meal plan stuff

This commit is contained in:
vabene1111
2024-05-01 11:14:39 +02:00
parent 569b7e78fe
commit ef3913d91f
21 changed files with 8046 additions and 11941 deletions

View File

@@ -508,6 +508,7 @@ export default {
} else {
entry.from_date = target_date
entry.to_date = moment(target_date).add(fromToDiff, 'd')
console.log('UPDAAAATING: ', entry.fromDate, entry.toDate)
this.saveEntry(entry)
}
}