mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 06:32:40 +01:00
INA-6 | fix property name in PurcahseOrderInvitation model
This commit is contained in:
parent
e4c055059f
commit
b80283914e
@ -17,7 +17,7 @@ class PurchaseOrderInvitation extends BaseModel
|
||||
|
||||
protected $fillable = [
|
||||
'id',
|
||||
'client_contact_id',
|
||||
'vendor_contact_id',
|
||||
];
|
||||
|
||||
protected $with = [
|
||||
|
Loading…
Reference in New Issue
Block a user