remove unused arrays into pdf models (localtaxes)

Conflicts:
	htdocs/core/modules/commande/doc/pdf_einstein.modules.php

Change-Id: I633bfc4b0ec39f9121662d0f876f1edb36173e8e
This commit is contained in:
Christophe Battarel 2012-12-02 10:49:29 +01:00 committed by Regis Houssin
parent 093468420a
commit 8544003d7b
2 changed files with 1236 additions and 1242 deletions

File diff suppressed because it is too large Load Diff

View File

@ -117,10 +117,6 @@ class pdf_azur extends ModelePDFPropales
}
$this->tva=array();
$this->localtax1=array();
$this->localtax2=array();
$this->localtax1_type=array();
$this->localtax2_type=array();
$this->atleastoneratenotnull=0;
$this->atleastonediscount=0;
}