large changes

This commit is contained in:
Omair Saleh
2019-04-12 18:25:22 +08:00
parent 9a8634547b
commit a7cb7b5eb6
8 changed files with 41 additions and 16 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ class Order extends AbstractModel
public function receiveNotes()
{
return $this->hasMany(ReceiveNote::class, 'order_id');
return $this->hasOne(ReceiveNote::class, 'order_id');
}
public function packingLists()