Skip to content
Snippets Groups Projects
Commit 640e48b5 authored by Benjamin Graillot's avatar Benjamin Graillot
Browse files

[note] no transaction_type

parent 9039c6fb
No related branches found
No related tags found
1 merge request!21[note] no transaction_type
Pipeline #7794 passed with warnings with stages
in 3 minutes and 50 seconds
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment