1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-06-05 22:09:38 +02:00

Introduzione compilazione automatica FE

This commit is contained in:
Thomas Zilio
2020-02-24 12:21:47 +01:00
parent cbbc4069ab
commit 73d627a062
13 changed files with 165 additions and 14 deletions

View File

@@ -310,6 +310,8 @@ if (!empty($righe)) {
'_VALUE_' => empty($riga['Natura']) ? numberFormat($riga['AliquotaIVA']).'%' : $riga['Natura'],
'_DESC_' => $riga['RiferimentoNormativo'] ? ' - '.$riga['RiferimentoNormativo'] : '',
]).'</small>
<span class="hide" id="aliquota['.$key.']">'.$riga['AliquotaIVA'].'</span>
</td>
<td>
{[ "type": "select", "name": "iva['.$key.']", "values": "query='.str_replace('"', '\"', $query).'", "required": 1, "placeholder": "Aliquota iva" ]}