MTva : suppression
This commit is contained in:
parent
1c3ec01d3e
commit
ea16090016
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user