mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Merge branch 'fix_form' into 'master'
[note] no transaction_type See merge request bde/nk20!21
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