This commit is contained in:
Raimon Esteve 2021-09-23 12:21:24 +02:00
parent ab8fa0bb68
commit 7ebbdf3943
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ class Production(metaclass=PoolMeta):
if percentatge != 1:
raise ValidationError(
gettext('agronomics.msg_check_production_percentatge',
distribution=self.rec_name,
production=self.rec_name,
percentatge=percentatge * 100,
))