diff --git a/htdocs/product/price.php b/htdocs/product/price.php index 5ea2ff538b0..4114005ecdd 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -361,6 +361,11 @@ if (empty($reshook)) $form = new Form($db); +if (! empty($id) || ! empty($ref)) +{ + // fetch updated prices + $object->fetch($id, $ref); +} llxHeader("", "", $langs->trans("CardProduct" . $object->type)); $head = product_prepare_head($object);