Update reassort.php
This commit is contained in:
parent
953c9148ff
commit
af2c158821
@ -321,7 +321,7 @@ if ($resql)
|
|||||||
}
|
}
|
||||||
if ($virtualdiffersfromphysical) print_liste_field_titre("VirtualStock", $_SERVER["PHP_SELF"], "", $param, "", '', $sortfield, $sortorder, 'right ');
|
if ($virtualdiffersfromphysical) print_liste_field_titre("VirtualStock", $_SERVER["PHP_SELF"], "", $param, "", '', $sortfield, $sortorder, 'right ');
|
||||||
// Units
|
// Units
|
||||||
if($conf->global->PRODUCT_USE_UNITS) {
|
if (! empty($conf->global->PRODUCT_USE_UNITS)) {
|
||||||
print_liste_field_titre("Unit", $_SERVER["PHP_SELF"], "unit_short", $param, "", 'align="right"', $sortfield, $sortorder);
|
print_liste_field_titre("Unit", $_SERVER["PHP_SELF"], "unit_short", $param, "", 'align="right"', $sortfield, $sortorder);
|
||||||
}
|
}
|
||||||
print_liste_field_titre('');
|
print_liste_field_titre('');
|
||||||
@ -385,7 +385,7 @@ if ($resql)
|
|||||||
print '</td>';
|
print '</td>';
|
||||||
}
|
}
|
||||||
// Units
|
// Units
|
||||||
if ($conf->global->PRODUCT_USE_UNITS) {
|
if (! empty($conf->global->PRODUCT_USE_UNITS)) {
|
||||||
print '<td class="left">' . $objp->unit_short . '</td>';
|
print '<td class="left">' . $objp->unit_short . '</td>';
|
||||||
}
|
}
|
||||||
print '<td class="right"><a href="'.DOL_URL_ROOT.'/product/stock/movement_list.php?idproduct='.$product->id.'">'.$langs->trans("Movements").'</a></td>';
|
print '<td class="right"><a href="'.DOL_URL_ROOT.'/product/stock/movement_list.php?idproduct='.$product->id.'">'.$langs->trans("Movements").'</a></td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user