mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-31 15:50:03 +01:00 
			
		
		
		
	add description field to transactionTemplates
This commit is contained in:
		| @@ -40,6 +40,11 @@ class TransactionTemplate(models.Model): | ||||
|         max_length=31 | ||||
|     ) | ||||
|  | ||||
|     description = models.CharField( | ||||
|         verbose_name=_('description'), | ||||
|         max_length=255, | ||||
|     ) | ||||
|  | ||||
|     class Meta: | ||||
|         verbose_name = _("transaction template") | ||||
|         verbose_name_plural = _("transaction templates") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user