Fix set var in context attribute instead of object attribute

This commit is contained in:
atm-ph 2019-09-04 16:30:55 +02:00
parent 5aa27a126a
commit f7fe3d2842

View File

@ -1092,7 +1092,7 @@ class BonPrelevement extends CommonObject
}
$this->factures = $factures_prev_id;
$this->factures_prev = $factures_prev;
$this->context['factures_prev'] = $factures_prev;
// Generation of SEPA file $this->filename
$this->generate($format,$executiondate);