Enable passing aging in the context

This commit is contained in:
Benjamin Beganović 2021-08-24 15:33:41 +02:00
parent cc95f89a9c
commit a730900a09

View File

@ -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;