Skip to content

Commit 684783c

Browse files
committed
fix: visualizzazione tabella plugin Serial in articoli
1 parent 7f0292a commit 684783c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

modules/articoli/plugins/articoli.lotti.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,12 +122,12 @@
122122
<table id="table-serials" class="table table-striped table-hover table-sm table-bordered text-center datatables">
123123
<thead>
124124
<tr>
125-
<th>'.tr('Serial').'</th>
126-
<th>'.tr('Data di creazione').'</th>
127-
<th>'.tr('Documento di acquisto').'</th>
128-
<th>'.tr('Prezzo di acquisto').'</th>
129-
<th>'.tr('Documento di vendita').'</th>
130-
<th>'.tr('Prezzo di vendita').'</th>
125+
<th width="20%">'.tr('Serial').'</th>
126+
<th width="10%">'.tr('Data di creazione').'</th>
127+
<th width="20%">'.tr('Documento di acquisto').'</th>
128+
<th width="15%">'.tr('Prezzo di acquisto').'</th>
129+
<th width="15%">'.tr('Documento di vendita').'</th>
130+
<th width="15%">'.tr('Prezzo di vendita').'</th>
131131
<th class="text-center">#</th>
132132
</tr>
133133
</thead>

0 commit comments

Comments
 (0)