mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Removed incorrect white space on line 1632
This commit is contained in:
parent
99fac7c8d3
commit
4c3329481a
|
|
@ -1629,7 +1629,7 @@ while ($i < $imaxinloop) {
|
|||
|
||||
$product_static->price = $obj->price;
|
||||
$product_static->price_ttc = $obj->price_ttc; // Allows to use price_ttc in calculated extra fields (ex : price per kilo)
|
||||
|
||||
|
||||
$object = $product_static;
|
||||
|
||||
$usercancreadprice = getDolGlobalString('MAIN_USE_ADVANCED_PERMS') ? $user->hasRight('product', 'product_advance', 'read_prices') : $user->hasRight('product', 'lire');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user