Merge pull request #3191 from fappels/3.8
Fix #3120 Product Customer price not updated
This commit is contained in:
commit
49d4ff9b5b
@ -361,6 +361,11 @@ if (empty($reshook))
|
|||||||
|
|
||||||
$form = new Form($db);
|
$form = new Form($db);
|
||||||
|
|
||||||
|
if (! empty($id) || ! empty($ref))
|
||||||
|
{
|
||||||
|
// fetch updated prices
|
||||||
|
$object->fetch($id, $ref);
|
||||||
|
}
|
||||||
llxHeader("", "", $langs->trans("CardProduct" . $object->type));
|
llxHeader("", "", $langs->trans("CardProduct" . $object->type));
|
||||||
|
|
||||||
$head = product_prepare_head($object);
|
$head = product_prepare_head($object);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user