Fix: Duplicate column
This commit is contained in:
parent
eb2f8bb733
commit
d0dffc8999
@ -252,7 +252,6 @@ print '<table class="liste" width="100%">';
|
|||||||
|
|
||||||
print '<tr class="liste_titre">';
|
print '<tr class="liste_titre">';
|
||||||
print getTitleFieldOfList($langs->trans('ProductRef'),0,$_SERVER["PHP_SELF"],'',$param,'','class="tagtd"',$sortfield,$sortorder);
|
print getTitleFieldOfList($langs->trans('ProductRef'),0,$_SERVER["PHP_SELF"],'',$param,'','class="tagtd"',$sortfield,$sortorder);
|
||||||
print getTitleFieldOfList($langs->trans('ProductLabel'),0,$_SERVER["PHP_SELF"],'',$param,'','class="tagtd"',$sortfield,$sortorder);
|
|
||||||
print getTitleFieldOfList($langs->trans('WarehouseSource'),0,$_SERVER["PHP_SELF"],'',$param,'','class="tagtd"',$sortfield,$sortorder);
|
print getTitleFieldOfList($langs->trans('WarehouseSource'),0,$_SERVER["PHP_SELF"],'',$param,'','class="tagtd"',$sortfield,$sortorder);
|
||||||
print getTitleFieldOfList($langs->trans('WarehouseTarget'),0,$_SERVER["PHP_SELF"],'',$param,'','class="tagtd"',$sortfield,$sortorder);
|
print getTitleFieldOfList($langs->trans('WarehouseTarget'),0,$_SERVER["PHP_SELF"],'',$param,'','class="tagtd"',$sortfield,$sortorder);
|
||||||
print getTitleFieldOfList($langs->trans('Qty'),0,$_SERVER["PHP_SELF"],'',$param,'','align="center" class="tagtd"',$sortfield,$sortorder);
|
print getTitleFieldOfList($langs->trans('Qty'),0,$_SERVER["PHP_SELF"],'',$param,'','align="center" class="tagtd"',$sortfield,$sortorder);
|
||||||
@ -262,7 +261,7 @@ print '</tr>';
|
|||||||
|
|
||||||
print '<tr '.$bc[$var].'>';
|
print '<tr '.$bc[$var].'>';
|
||||||
// Product
|
// Product
|
||||||
print '<td colspan="2">';
|
print '<td>';
|
||||||
$filtertype=0;
|
$filtertype=0;
|
||||||
if (! empty($conf->global->STOCK_SUPPORTS_SERVICES)) $filtertype='';
|
if (! empty($conf->global->STOCK_SUPPORTS_SERVICES)) $filtertype='';
|
||||||
if ($conf->global->PRODUIT_LIMIT_SIZE <= 0)
|
if ($conf->global->PRODUIT_LIMIT_SIZE <= 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user