From da636cf6ef6f4c4f055f99a686306152fb747730 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Sat, 10 Sep 2022 21:06:59 +0200 Subject: [PATCH] Accounting a little bit bigger --- include/lib/iposte.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lib/iposte.class.php b/include/lib/iposte.class.php index 876949e98..f0331ef88 100644 --- a/include/lib/iposte.class.php +++ b/include/lib/iposte.class.php @@ -79,7 +79,7 @@ class IPoste extends HtmlInput { $this->name=$p_name; $this->readOnly=false; - $this->size=10; + $this->size=15; $this->value=$p_value; $this->selected=""; $this->table=0;