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 7f0292a commit 684783cCopy full SHA for 684783c
1 file changed
modules/articoli/plugins/articoli.lotti.php
@@ -122,12 +122,12 @@
122
<table id="table-serials" class="table table-striped table-hover table-sm table-bordered text-center datatables">
123
<thead>
124
<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>
+ <th width="20%">'.tr('Serial').'</th>
+ <th width="10%">'.tr('Data di creazione').'</th>
+ <th width="20%">'.tr('Documento di acquisto').'</th>
+ <th width="15%">'.tr('Prezzo di acquisto').'</th>
+ <th width="15%">'.tr('Documento di vendita').'</th>
+ <th width="15%">'.tr('Prezzo di vendita').'</th>
131
<th class="text-center">#</th>
132
</tr>
133
</thead>
0 commit comments