forked from Wavyzz/dolibarr
Merge pull request #3191 from fappels/3.8
Fix #3120 Product Customer price not updated
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user