mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
price_ttc sometimes needs to be used in extra fields to compute price ttc per kilo or per liter. Currently price_ttc does not compute in the product list, so price per kilo cannot compute either. This allows to add an extra field "Price TTC per kilo" like this : $object->price_ttc / $object->weight. $object->price_ttc will work because the added line puts price_ttc into $products_static, which is put in $object. |
||
|---|---|---|
| .. | ||
| admin | ||
| ajax | ||
| canvas | ||
| class | ||
| composition | ||
| dynamic_price | ||
| inventory | ||
| stats | ||
| stock | ||
| agenda.php | ||
| card.php | ||
| document.php | ||
| index.php | ||
| list.php | ||
| messaging.php | ||
| note.php | ||
| popuprop.php | ||
| price_suppliers.php | ||
| price.php | ||
| reassort.php | ||
| reassortlot.php | ||
| traduction.php | ||