mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim.git
synced 2026-08-21 13:34:13 +00:00
large changes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user