Fix minore

This commit is contained in:
Pek5892 2024-04-24 17:25:35 +02:00
parent 3b6ff36a9c
commit 03b1cf0ded
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ foreach ($tipi_interventi as $tipo_intervento) {
echo '
<tr>
<td>'.$tipo_intervento['name'].'</td>
<td>'.$tipo_intervento['title'].'</td>
<td>
{[ "type": "number", "name": "costo_ore['.$tipo_intervento['id'].']", "required": 1, "value": "'.$tipo_intervento['costo_ore'].'", "icon-after": "<i class=\'fa fa-euro\'></i>" ]}