Fix set var in context attribute instead of object attribute
This commit is contained in:
parent
5aa27a126a
commit
f7fe3d2842
@ -1092,7 +1092,7 @@ class BonPrelevement extends CommonObject
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->factures = $factures_prev_id;
|
$this->factures = $factures_prev_id;
|
||||||
$this->factures_prev = $factures_prev;
|
$this->context['factures_prev'] = $factures_prev;
|
||||||
|
|
||||||
// Generation of SEPA file $this->filename
|
// Generation of SEPA file $this->filename
|
||||||
$this->generate($format,$executiondate);
|
$this->generate($format,$executiondate);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user