Skip to content
Snippets Groups Projects
Commit 7127f5fc authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

fix: doxygen

parent cfec85c2
Branches
Tags
No related merge requests found
...@@ -84,10 +84,10 @@ function marges_prepare_head() ...@@ -84,10 +84,10 @@ function marges_prepare_head()
* Return an array with margins information of a line * Return an array with margins information of a line
* *
* @param float $pvht Selling price without tax * @param float $pvht Selling price without tax
* @param float $remise_percent_ligne Discount percent on line * @param float $remise_percent Discount percent on line
* @param float $tva_tx Vat rate * @param float $tva_tx Vat rate (not used)
* @param float $localtax1_tx Vat rate special 1 * @param float $localtax1_tx Vat rate special 1 (not used)
* @param float $localtax2_tx Vat rate special 2 * @param float $localtax2_tx Vat rate special 2 (not used)
* @param int $fk_pa Id of buying price (prefer set this to 0 and provide $paht instead. With id, buying price may have change) * @param int $fk_pa Id of buying price (prefer set this to 0 and provide $paht instead. With id, buying price may have change)
* @param float $paht Buying price without tax * @param float $paht Buying price without tax
* @return array Array of margin info * @return array Array of margin info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment