mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01: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) {
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user