FIX PHPCS

This commit is contained in:
Laurent Destailleur 2016-03-20 17:37:27 +01:00
parent 6b821f15d1
commit 706a7f05b8

View File

@ -3507,8 +3507,7 @@ function get_localtax_by_third($local)
* Get vat rate and npr from id. * Get vat rate and npr from id.
* You can call getLocalTaxesFromRate after to get other fields * You can call getLocalTaxesFromRate after to get other fields
* *
* @param string $vatrate VAT Rate. Value can be value or the string with code into parenthesis or rowid if $firstparamisid is 1. Example: '8.5' or '8.5 (8.5NPR)' or 123. * @param int $vatrowid Line ID into vat rate table.
* @param int $usenpr Use npr
* @return array array(localtax_type1(1-6 / 0 if not found), rate of localtax1, ...) * @return array array(localtax_type1(1-6 / 0 if not found), rate of localtax1, ...)
*/ */
function getTaxesFromId($vatrowid) function getTaxesFromId($vatrowid)