[IMP] scrap_reason_code: Fix pre-commit

This commit is contained in:
Denis Roussel
2024-05-02 09:17:16 +02:00
parent eecf80060c
commit 5d1f7bf2d8

View File

@@ -43,7 +43,8 @@ class StockScrap(models.Model):
):
raise ValidationError(
_(
"The selected reason code is not allowed for this product category."
"The selected reason code is not allowed for this "
"product category."
)
)