mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
Fix $$
This commit is contained in:
@@ -1931,7 +1931,7 @@ if (empty($reshook)) {
|
||||
$res = $product->fetch($productid);
|
||||
|
||||
$type = $product->type;
|
||||
$$price_base_type = $product->price_base_type;
|
||||
$price_base_type = $product->price_base_type;
|
||||
$label = ((GETPOST('update_label') && GETPOST('product_label')) ? GETPOST('product_label') : '');
|
||||
|
||||
$price_min = $product->price_min;
|
||||
|
||||
Reference in New Issue
Block a user