2
0
forked from Wavyzz/dolibarr

fix : return vat code for supplier price

This commit is contained in:
florian HENRY
2017-11-14 09:53:06 +01:00
parent a2c80a704f
commit e195cf0b95
2 changed files with 5 additions and 0 deletions

View File

@@ -4306,6 +4306,7 @@ function get_product_vat_for_country($idprod, $thirdparty_seller, $idprodfournpr
{
$product->get_buyprice($idprodfournprice,0,0,0);
$ret=$product->vatrate_supplier;
if ($product->default_vat_code) $ret.=' ('.$product->default_vat_code.')';
}
else
{