Removed incorrect white space on line 1632

This commit is contained in:
MarcVJ 2025-02-09 22:33:56 +01:00 committed by GitHub
parent 99fac7c8d3
commit 4c3329481a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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');