From 5a143c9150c1671911f2ff1b77b9093d8e6cb84c Mon Sep 17 00:00:00 2001 From: valentina Date: Thu, 13 Jun 2024 09:46:21 +0200 Subject: [PATCH] Fix minore --- modules/ordini/edit.php | 50 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 26 deletions(-) diff --git a/modules/ordini/edit.php b/modules/ordini/edit.php index 6fa36b064..553682ecb 100755 --- a/modules/ordini/edit.php +++ b/modules/ordini/edit.php @@ -218,36 +218,34 @@ if ($dir == 'entrata') { ?> -
-
-
-

- +
+
+

+ +

-
- -
-

+
+
-
-
-
-
- {[ "type": "text", "label": "", "name": "codice_commessa", "required": 0, "value": "$codice_commessa$", "maxlength": 100 ]} -
+ +
+
+
+
+ {[ "type": "text", "label": "", "name": "codice_commessa", "required": 0, "value": "$codice_commessa$", "maxlength": 100 ]} +
-
- {[ "type": "text", "label": "", "name": "num_item", "required": 0, "value": "$num_item$", "maxlength": 15 ]} -
- -
- {[ "type": "text", "label": "", "name": "codice_cig", "required": 0, "value": "$codice_cig$", "maxlength": 15 ]} -
+
+ {[ "type": "text", "label": "", "name": "num_item", "required": 0, "value": "$num_item$", "maxlength": 15 ]} +
+
+ {[ "type": "text", "label": "", "name": "codice_cig", "required": 0, "value": "$codice_cig$", "maxlength": 15 ]} +
-
- {[ "type": "text", "label": "", "name": "codice_cup", "required": 0, "value": "$codice_cup$", "maxlength": 15 ]} -
-
+
+ {[ "type": "text", "label": "", "name": "codice_cup", "required": 0, "value": "$codice_cup$", "maxlength": 15 ]}