mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
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);
|
||||
|
||||
if (! empty($id) || ! empty($ref))
|
||||
{
|
||||
// fetch updated prices
|
||||
$object->fetch($id, $ref);
|
||||
}
|
||||
llxHeader("", "", $langs->trans("CardProduct" . $object->type));
|
||||
|
||||
$head = product_prepare_head($object);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user