diff --git a/htdocs/societe/class/societe.class.php b/htdocs/societe/class/societe.class.php index 47782297bf7..93559125874 100644 --- a/htdocs/societe/class/societe.class.php +++ b/htdocs/societe/class/societe.class.php @@ -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";