Fixed minor visual bug - #3707
Former-commit-id: 963b3e5385bddb1726d87c57d6ee24c5ad437d1b
This commit is contained in:
parent
3da2f267a2
commit
41ea1a4c66
|
@ -350,7 +350,7 @@ $table->head[4] = __('Op.');
|
|||
$table->style = [];
|
||||
$table->style[0] = 'font-weight: bold';
|
||||
$table->size = [];
|
||||
$table->size[4] = '60px';
|
||||
$table->size[4] = '85px';
|
||||
$table->align = [];
|
||||
$table->align[1] = 'left';
|
||||
$table->align[4] = 'left';
|
||||
|
|
Loading…
Reference in New Issue