mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-07 16:41:48 +01:00
NEW add support of subtotals on more objects (#34125)
* add more subtotals * add more subtotals * class * class * wip * wip * wip * wip * doc * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * clean code * fix * fix * fix * fix * fix * fix * clean code * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * fix * fix * fix * fix * fix * fetch extraparams * add confirms * add options * add options * add options * add options * add options * add options * add options * fix * wip * wip * fix * fix * fix * fix * fix * fix
This commit is contained in:
@@ -1563,7 +1563,7 @@ class Commande extends CommonOrder
|
||||
* @param float $remise_percent Percentage discount of the line
|
||||
* @param int $info_bits Bits of type of lines
|
||||
* @param int $fk_remise_except Id remise
|
||||
* @param string $price_base_type HT or TTC
|
||||
* @param 'HT'|'TTC'|'' $price_base_type HT or TTC or '' for subtotals
|
||||
* @param float $pu_ttc Prix unitaire TTC
|
||||
* @param int|'' $date_start Start date of the line
|
||||
* @param int|'' $date_end End date of the line
|
||||
|
||||
Reference in New Issue
Block a user