mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 11:14:31 -04:00
Fix for invoice status label
This commit is contained in:
parent
716c6dd43f
commit
c6e8ca20b7
@ -637,7 +637,7 @@ class Invoice extends EntityModel implements BalanceAffecting
|
|||||||
|
|
||||||
public function statusClass()
|
public function statusClass()
|
||||||
{
|
{
|
||||||
return static::calcStatusClass($this->invoice_status_id, $this->balance, $this->due_date);
|
return static::calcStatusClass($this->invoice_status_id, $this->balance, $this->getOriginal('due_date'));
|
||||||
}
|
}
|
||||||
|
|
||||||
public function statusLabel()
|
public function statusLabel()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user