From 8874d353c5d458f95f60d28d2744733a001975e3 Mon Sep 17 00:00:00 2001 From: Luca Date: Fri, 8 Mar 2019 15:43:36 +0100 Subject: [PATCH] =?UTF-8?q?Possibilit=C3=A0=20di=20aggiungere=20spazi=20in?= =?UTF-8?q?=20numero=20fattura?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/fatture/edit.php | 2 +- modules/segmenti/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index d45347e18..f7341585c 100644 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -85,7 +85,7 @@ if ($dir == 'entrata') { {[ "type": "hidden", "label": "Segmento", "name": "id_segment", "class": "text-center", "value": "$id_segment$" ]}
- {[ "type": "text", "label": "", "name": "numero_esterno", "class": "alphanumeric-mask text-center", "value": "$numero_esterno$" ]} + {[ "type": "text", "label": "", "name": "numero_esterno", "class": "text-center", "value": "$numero_esterno$" ]}
diff --git a/modules/segmenti/edit.php b/modules/segmenti/edit.php index fb5bc30a7..0b9c35c55 100644 --- a/modules/segmenti/edit.php +++ b/modules/segmenti/edit.php @@ -81,7 +81,7 @@ if (str_contains($current_module['option'], '|segment|')) {
- {[ "type": "text", "label": "", "name": "pattern", "class": "alphanumeric-mask", "value": "$pattern$", "maxlength": 25, "placeholder":"####/YYYY", "extra": " 0) ? 'readonly' : ''; ?>" ]} + {[ "type": "text", "label": "", "name": "pattern", "class": "", "value": "$pattern$", "maxlength": 25, "placeholder":"####/YYYY", "extra": " 0) ? 'readonly' : ''; ?>" ]}