From 7d3a5541bfdbb46dad720530ef4676b67a999beb Mon Sep 17 00:00:00 2001 From: pek5892 Date: Thu, 23 May 2024 12:34:42 +0200 Subject: [PATCH] Fix minore --- modules/fatture/edit.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/modules/fatture/edit.php b/modules/fatture/edit.php index 4d1dd8211..b75d32e3e 100755 --- a/modules/fatture/edit.php +++ b/modules/fatture/edit.php @@ -289,7 +289,7 @@ $query .= ' ORDER BY `title`'; +
{[ "type": "select", "label": "'.tr('Stato').'", "name": "idstatodocumento", "required": 1, "values": "query='.$query.'", "value": "'.$fattura->stato->id.'", "class": "'.(($fattura->stato->id != $id_stato_bozza && !$abilita_genera) ? '' : 'unblockable').'", "extra": "onchange=\"return cambiaStato()\"" ]}
@@ -532,10 +532,7 @@ if ($fattura->stato->id != $id_stato_bozza && $fattura->stato->id != $id_stato_a '; } ?> - - -
-
+
{[ "type": "select", "label": "", "name": "id_ritenuta_contributi", "value": "$id_ritenuta_contributi$", "values": "query=SELECT *, CONCAT(descrizione,(IF(percentuale>0, CONCAT(\" - \", percentuale, \"% sul \", percentuale_imponibile, \"% imponibile\"), \"\"))) AS descrizione FROM co_ritenuta_contributi", "help": "" ]}
@@ -543,7 +540,7 @@ if ($fattura->stato->id != $id_stato_bozza && $fattura->stato->id != $id_stato_a +
{[ "type": "checkbox", "label": "'.tr('Ritenuta pagata dal fornitore').'", "name": "is_ritenuta_pagata", "value": "$is_ritenuta_pagata$" ]}
'; }