chore: blacked

This commit is contained in:
Pablo Moreno
2024-05-19 21:54:17 +02:00
parent 91bf18de6d
commit 90a16a6aef
4 changed files with 7 additions and 4 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ class ProductPrice(TimestampedModel):
on_delete=models.PROTECT,
verbose_name=_("Impuesto aplicable"),
)
current = models.BooleanField(default=False, verbose_name=_('Es el precio actual'))
current = models.BooleanField(default=False, verbose_name=_("Es el precio actual"))
def __str__(self):
return f"{self.price} - {self.tax.code}"