2
0
forked from Wavyzz/dolibarr

More substitutions

This commit is contained in:
Marcos García de La Fuente
2014-06-12 11:31:53 +02:00
parent ae4bd4445e
commit 9fbd7806f0
158 changed files with 715 additions and 715 deletions

View File

@@ -2934,7 +2934,7 @@ function get_localtax($tva, $local, $thirdparty_buyer="", $thirdparty_seller="")
$sql .= " WHERE t.fk_pays = p.rowid AND p.code = '".$thirdparty_seller->country_code."'";
$sql .= " AND t.taux = ".$tva." AND t.active = 1";
dol_syslog("get_localtax sql=".$sql);
dol_syslog("get_localtax", LOG_DEBUG);
$resql=$db->query($sql);
if ($resql)
{