clean
This commit is contained in:
parent
4c09e14c49
commit
203fc77e9f
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user