mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Merge pull request #33016 from MarcVJ/patch-2
Added one line to allow use of price_ttc in calculated extra fields
This commit is contained in:
commit
c4660ca80e
|
|
@ -1628,6 +1628,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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user