2
0
forked from Wavyzz/dolibarr

Merge pull request #3191 from fappels/3.8

Fix #3120 Product Customer price not updated
This commit is contained in:
Laurent Destailleur
2015-07-16 10:16:39 +02:00

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