Skip to content

Commit b955313

Browse files
committed
fix: dati banca in preventivo
1 parent c7b5746 commit b955313

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

templates/preventivi/body.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
}
9999

100100
echo "
101-
<th class='text-center' style='width:50%'>".tr('Descrizione', [], ['upper' => true])."</th>
102-
<th class='text-center' style='width:10%'>".tr('Q.tà', [], ['upper' => true]).'</th>';
101+
<th class='text-center' style='width:45%'>".tr('Descrizione', [], ['upper' => true])."</th>
102+
<th class='text-center' style='width:15%'>".tr('Q.tà', [], ['upper' => true]).'</th>';
103103

104104
if ($options['pricing']) {
105105
echo "
@@ -278,6 +278,9 @@
278278
}
279279
}
280280

281+
$banca ? $autofill->set(3) : '';
282+
$autofill->next();
283+
281284
echo '
282285
|autofill|
283286
</tbody>';
@@ -472,7 +475,6 @@
472475
</tr>
473476
';
474477
if ($banca) {
475-
$autofill->count($banca);
476478
echo '
477479
<tr>
478480
<td class="text-muted border-bottom small-bold text-muted"></td>

0 commit comments

Comments
 (0)