mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-31 05:13:20 +01:00
* FIX: reqursive bom quantities Correctly handle quantities on BOM recursion. Current behavior is that sub BOM total quantity is multiplied by parent quantity for that line, the expected behaviour is that the parent BOM would be including sub BOM on a per unit base. * Simplified code * Update objectline_view.tpl.php * Update bom.class.php * Update bom.class.php * Update bom.class.php * Update bom.class.php --------- Co-authored-by: brad <brad@endurotags.com.au> Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>