Skip to content

Commit 298dcc9

Browse files
committed
fix: larghezza campo codice in stampa ddt
1 parent 40c0ab2 commit 298dcc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/ddt/body.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<thead>
5151
<tr>
5252
<th class='text-center' style='width:5%'>".tr('#', [], ['upper' => true])."</th>
53-
<th class='text-center' style='width:15%'>".tr('Cod.', [], ['upper' => true])."</th>
53+
<th class='text-center' style='width:20%'>".tr('Cod.', [], ['upper' => true])."</th>
5454
<th class='text-center'>".tr('Descrizione', [], ['upper' => true])."</th>
5555
<th class='text-center'>".tr('Q.tà', [], ['upper' => true]).'</th>';
5656

0 commit comments

Comments
 (0)