Fixes for type checking for purchase orders
This commit is contained in:
parent
9ae0474de3
commit
999ff54593
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class PurchaseOrder extends BaseModel
|
|||
|
||||
public function vendor()
|
||||
{
|
||||
return $this->belongsTo(Vendor::class);
|
||||
return $this->belongsTo(Vendor::class)->withTrashed();
|
||||
}
|
||||
|
||||
public function history()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue