1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Working on refactor for displaying PDFs

This commit is contained in:
David Bomba 2023-06-30 10:26:51 +10:00
parent d009eb48b9
commit 30ddf44598

View File

@ -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)