mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 18:08:21 +02:00
[note] no transaction_type
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user