Enable passing aging in the context
This commit is contained in:
parent
cc95f89a9c
commit
a730900a09
1 changed files with 4 additions and 0 deletions
|
|
@ -45,6 +45,10 @@ trait DesignHelpers
|
|||
$this->payments = $this->context['payments'];
|
||||
}
|
||||
|
||||
if (isset($this->context['aging'])) {
|
||||
$this->aging = $this->context['aging'];
|
||||
}
|
||||
|
||||
$this->document();
|
||||
|
||||
return $this;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue