This commit is contained in:
Frédéric FRANCE 2020-12-13 10:33:59 +01:00
parent 4c09e14c49
commit 203fc77e9f
No known key found for this signature in database
GPG Key ID: 06809324E4B2ABC1

View File

@ -66,8 +66,8 @@ class IntracommReport extends CommonObject
const TYPE_DES = 1; const TYPE_DES = 1;
public static $type = array( public static $type = array(
'introduction'=>'Introduction' 'introduction'=>'Introduction',
,'expedition'=>'Expédition' 'expedition'=>'Expédition'
); );
/** /**
@ -131,7 +131,7 @@ class IntracommReport extends CommonObject
/********************************************************************/ /********************************************************************/
/**************Ajout des lignes de factures**************************/ /**************Ajout des lignes de factures**************************/
$res = self::addItemsFact($declaration, $type, $period_reference); $res = $this->addItemsFact($declaration, $type, $period_reference);
/********************************************************************/ /********************************************************************/
$this->errors = array_unique($this->errors); $this->errors = array_unique($this->errors);