Fix #3120 Product Customer price not updated

Re inserted product fetch was removed in commit
e43d4a6239
This commit is contained in:
Francis Appels 2015-07-13 11:27:35 +02:00
parent 08c38feb98
commit b113e6c6bf

View File

@ -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);