mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for test stubs
This commit is contained in:
parent
6b0a25453d
commit
ba9178c670
@ -607,7 +607,7 @@ trait MockAccountData
|
|||||||
|
|
||||||
$this->purchase_order->service()->markSent();
|
$this->purchase_order->service()->markSent();
|
||||||
|
|
||||||
$this->purchase_order->setRelation('client', $this->client);
|
$this->purchase_order->setRelation('vendor', $this->vendor);
|
||||||
$this->purchase_order->setRelation('company', $this->company);
|
$this->purchase_order->setRelation('company', $this->company);
|
||||||
|
|
||||||
$this->purchase_order->save();
|
$this->purchase_order->save();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user