diff --git a/apps/note/forms.py b/apps/note/forms.py index 2f49d88f..15cccf2e 100644 --- a/apps/note/forms.py +++ b/apps/note/forms.py @@ -31,8 +31,6 @@ class TransactionTemplateForm(forms.ModelForm): class TransactionForm(forms.ModelForm): def save(self, commit=True): - self.instance.transaction_type = 'transfert' - super().save(commit) class Meta: