MTva : suppression

This commit is contained in:
Michael RICOIS 2017-01-12 14:49:06 +01:00
parent 1c3ec01d3e
commit ea16090016

View File

@ -36,13 +36,6 @@ class Metier_Partenaires_MTva
*/
public function __construct($db = null)
{
if ($this->siren * 1 < 000001000) {
$this->vatNumber = 'FR00000000000';
$this->vatDefined = false;
return false;
}
if ($db === null) {
$this->iDb = new Metier_Util_Db();
} else {