FIX #20738 Inventory: Add missing <td....> for movement number / card.
This commit is contained in:
parent
d376d28588
commit
88bd28323c
@ -1120,6 +1120,7 @@ if ($object->id > 0) {
|
||||
$totalExpectedValuation += $pmp_valuation;
|
||||
$totalRealValuation += $pmp_valuation_real;
|
||||
}
|
||||
print '<td class="nowraponall right">';
|
||||
if ($obj->fk_movement > 0) {
|
||||
$stockmovment = new MouvementStock($db);
|
||||
$stockmovment->fetch($obj->fk_movement);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user