From 01aabef0bdace136a7ed93674cd1ad8d25690d57 Mon Sep 17 00:00:00 2001 From: vgreb Date: Mon, 7 Sep 2026 20:20:52 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20incoh=C3=A9rence=20entre=20Produit?= =?UTF-8?q?s=20et=20Devis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sources/AppBundle/Accounting/Model/InvoicingDetail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/AppBundle/Accounting/Model/InvoicingDetail.php b/sources/AppBundle/Accounting/Model/InvoicingDetail.php index 2afc5f791..128b7f63a 100644 --- a/sources/AppBundle/Accounting/Model/InvoicingDetail.php +++ b/sources/AppBundle/Accounting/Model/InvoicingDetail.php @@ -16,7 +16,7 @@ class InvoicingDetail implements NotifyPropertyInterface private ?int $invoicingId = null; #[Assert\NotBlank] - #[Assert\Length(max: 20)] + #[Assert\Length(max: 50)] private ?string $reference = null; #[Assert\NotBlank]