mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Enable passing aging
in the context
This commit is contained in:
parent
cc95f89a9c
commit
a730900a09
@ -45,6 +45,10 @@ trait DesignHelpers
|
|||||||
$this->payments = $this->context['payments'];
|
$this->payments = $this->context['payments'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (isset($this->context['aging'])) {
|
||||||
|
$this->aging = $this->context['aging'];
|
||||||
|
}
|
||||||
|
|
||||||
$this->document();
|
$this->document();
|
||||||
|
|
||||||
return $this;
|
return $this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user