We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7b5746 commit b955313Copy full SHA for b955313
1 file changed
templates/preventivi/body.php
@@ -98,8 +98,8 @@
98
}
99
100
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>';
+ <th class='text-center' style='width:45%'>".tr('Descrizione', [], ['upper' => true])."</th>
+ <th class='text-center' style='width:15%'>".tr('Q.tà', [], ['upper' => true]).'</th>';
103
104
if ($options['pricing']) {
105
@@ -278,6 +278,9 @@
278
279
280
281
+$banca ? $autofill->set(3) : '';
282
+$autofill->next();
283
+
284
echo '
285
|autofill|
286
</tbody>';
@@ -472,7 +475,6 @@
472
475
</tr>
473
476
';
474
477
if ($banca) {
- $autofill->count($banca);
478
479
<tr>
480
<td class="text-muted border-bottom small-bold text-muted"></td>
0 commit comments