mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add option to accept payments
in the Design
This commit is contained in:
parent
e12a8d94dc
commit
9dc61da56e
@ -41,6 +41,10 @@ trait DesignHelpers
|
||||
$this->entity = $this->invoices->first();
|
||||
}
|
||||
|
||||
if (isset($this->context['payments'])) {
|
||||
$this->payments = $this->context['payments'];
|
||||
}
|
||||
|
||||
$this->document();
|
||||
|
||||
return $this;
|
||||
|
Loading…
x
Reference in New Issue
Block a user