mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 11:50:57 -04:00
Fix for merge
This commit is contained in:
parent
7a744680ae
commit
eb92f617b5
@ -643,7 +643,6 @@ class Invoice extends EntityModel implements BalanceAffecting
|
|||||||
public function statusLabel()
|
public function statusLabel()
|
||||||
{
|
{
|
||||||
return static::calcStatusLabel($this->invoice_status->name, $this->statusClass(), $this->getEntityType(), $this->quote_invoice_id);
|
return static::calcStatusLabel($this->invoice_status->name, $this->statusClass(), $this->getEntityType(), $this->quote_invoice_id);
|
||||||
>>>>>>> release-3.0.0
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user