mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 09:12:11 +01:00 
			
		
		
		
	Amount help text in transaction templates forms can be misleading: they type euros not cents
This commit is contained in:
		@@ -57,7 +57,6 @@ class TransactionTemplate(models.Model):
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    amount = models.PositiveIntegerField(
 | 
					    amount = models.PositiveIntegerField(
 | 
				
			||||||
        verbose_name=_('amount'),
 | 
					        verbose_name=_('amount'),
 | 
				
			||||||
        help_text=_('in centimes'),
 | 
					 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
    category = models.ForeignKey(
 | 
					    category = models.ForeignKey(
 | 
				
			||||||
        TemplateCategory,
 | 
					        TemplateCategory,
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -847,10 +847,6 @@ msgstr ""
 | 
				
			|||||||
msgid "A template with this name already exist"
 | 
					msgid "A template with this name already exist"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/transactions.py:60
 | 
					 | 
				
			||||||
msgid "in centimes"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: apps/note/models/transactions.py:72
 | 
					#: apps/note/models/transactions.py:72
 | 
				
			||||||
msgid "display"
 | 
					msgid "display"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -854,10 +854,6 @@ msgstr "catégories de transaction"
 | 
				
			|||||||
msgid "A template with this name already exist"
 | 
					msgid "A template with this name already exist"
 | 
				
			||||||
msgstr "Un modèle de transaction avec un nom similaire existe déjà."
 | 
					msgstr "Un modèle de transaction avec un nom similaire existe déjà."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: apps/note/models/transactions.py:60
 | 
					 | 
				
			||||||
msgid "in centimes"
 | 
					 | 
				
			||||||
msgstr "en centimes"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: apps/note/models/transactions.py:72
 | 
					#: apps/note/models/transactions.py:72
 | 
				
			||||||
msgid "display"
 | 
					msgid "display"
 | 
				
			||||||
msgstr "afficher"
 | 
					msgstr "afficher"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user