Merge remote-tracking branch 'origin/3.9' into develop

This commit is contained in:
Laurent Destailleur 2016-01-30 16:29:20 +01:00
commit 67dbb1571c

View File

@ -3055,7 +3055,7 @@ class Societe extends CommonObject
*
* @return boolean true or false
*/
function useNPR($localTaxNum=0)
function useNPR()
{
$sql = "SELECT t.rowid";
$sql .= " FROM ".MAIN_DB_PREFIX."c_tva as t, ".MAIN_DB_PREFIX."c_country as c";