Fix for product report

This commit is contained in:
Hillel Coren 2020-02-23 12:15:33 +02:00
parent 1a554ea1e3
commit c4d2c31e06

View File

@ -48,7 +48,7 @@ class InvoiceItem extends EntityModel
*/ */
public function invoice() public function invoice()
{ {
return $this->belongsTo('App\Models\Invoice'); return $this->belongsTo('App\Models\Invoice')->withTrashed();
} }
/** /**