diff --git a/htdocs/product/inventory/tpl/inventory.tpl.php b/htdocs/product/inventory/tpl/inventory.tpl.php
index 44c9980c01d..8d85b20dc43 100644
--- a/htdocs/product/inventory/tpl/inventory.tpl.php
+++ b/htdocs/product/inventory/tpl/inventory.tpl.php
@@ -124,44 +124,44 @@ if (empty($conf) || ! is_object($conf))
?>
| |
- |
+ |
barcode->enabled)) { ?>
- |
+ |
- |
- |
- |
+ |
+ |
+ |
global->INVENTORY_USE_MIN_PA_IF_NO_LAST_PA)){
- echo ''.price($row['current_pa_stock']).' | ';
+ echo ''.price($row['current_pa_stock']).' | ';
$total_current_pa+=$row['current_pa_stock'];
}
?>
-
+ |
|
- |
+ |
rights->stock->changePMP)) {
- echo ''.$row['pmp_new'].' | ';
+ echo ''.$row['pmp_new'].' | ';
}
?>
- |
+ |
global->INVENTORY_USE_MIN_PA_IF_NO_LAST_PA)){
- echo ''.price($row['current_pa_actual']).' | ';
+ echo ''.price($row['current_pa_actual']).' | ';
$total_current_pa_actual+=$row['current_pa_actual'];
}
?>
- |
+ |
- |
+ |