Update inventory.php
This commit is contained in:
parent
88bd28323c
commit
5817c1f1b7
@ -1115,11 +1115,11 @@ if ($object->id > 0) {
|
|||||||
print '<td class="right">';
|
print '<td class="right">';
|
||||||
print price($pmp_valuation_real);
|
print price($pmp_valuation_real);
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td class="nowraponall right">';
|
|
||||||
|
|
||||||
$totalExpectedValuation += $pmp_valuation;
|
$totalExpectedValuation += $pmp_valuation;
|
||||||
$totalRealValuation += $pmp_valuation_real;
|
$totalRealValuation += $pmp_valuation_real;
|
||||||
}
|
}
|
||||||
|
|
||||||
print '<td class="nowraponall right">';
|
print '<td class="nowraponall right">';
|
||||||
if ($obj->fk_movement > 0) {
|
if ($obj->fk_movement > 0) {
|
||||||
$stockmovment = new MouvementStock($db);
|
$stockmovment = new MouvementStock($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user