2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2024-03-24 14:12:55 +01:00
parent f5fc0beba0
commit e423ca625b

View File

@@ -7064,7 +7064,7 @@ function get_product_localtax_for_country($idprod, $local, $thirdpartytouse)
* @param int $idprod Id product
* @param int $idprodfournprice Id product_fournisseur_price (for supplier order/invoice)
* @return float|string Vat rate to use with format 5.0 or '5.0 (XXX)', -1 if we can't guess it
* @see get_default_npr(), get_default_localtax()
* @see get_default_localtax(), get_default_npr()
*/
function get_default_tva(Societe $thirdparty_seller, Societe $thirdparty_buyer, $idprod = 0, $idprodfournprice = 0)
{