From e22ea9ca8b0289f4acde2c679d3f8b3f08e18dd6 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Engel Date: Thu, 11 Jan 2024 10:50:58 +0100 Subject: [PATCH] =?UTF-8?q?Augmentation=20limite=20taille=20case=20saisie?= =?UTF-8?q?=20num=C3=A9ro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/_form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/_form.tpl b/templates/_form.tpl index 1330a4e..3e6029d 100644 --- a/templates/_form.tpl +++ b/templates/_form.tpl @@ -28,7 +28,7 @@ Créer un reçu de cotisation
- {input type="text" name="numero_facture" maxlength=12 label="Numéro du document" required=$require_number source=$doc} + {input type="text" name="numero_facture" maxlength=18 label="Numéro du document" required=$require_number source=$doc}
{if $require_number}