mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on refactor for displaying PDFs
This commit is contained in:
parent
d009eb48b9
commit
30ddf44598
@ -274,7 +274,7 @@ class BaseModel extends Model
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (! $invitation) {
|
if (! $invitation) {
|
||||||
throw new \Exception('Hard fail, could not create an invitation - is there a valid contact?');
|
throw new \Exception('Hard fail, could not create an invitation.');
|
||||||
}
|
}
|
||||||
|
|
||||||
if($this instanceof \App\Models\PurchaseOrder)
|
if($this instanceof \App\Models\PurchaseOrder)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user