7_New_forms #28

Merged
mpeltriaux merged 22 commits from 7_New_forms into master 2021-10-13 06:54:22 +00:00
Showing only changes of commit 1971cf5942 - Show all commits

View File

@@ -216,6 +216,7 @@ class EditCompensationForm(NewCompensationForm):
self.instance.intervention = intervention
self.instance.geometry = geometry
self.instance.comment = comment
self.instance.modified = action
self.instance.fundings.set(fundings)
self.instance.save()
@@ -413,6 +414,7 @@ class EditEcoAccountForm(NewEcoAccountForm):
self.instance.deductable_surface = surface
self.instance.geometry = geometry
self.instance.comment = comment
self.instance.modified = action
self.instance.save()
self.instance.fundings.set(fundings)