parent
4f7d0aea94
commit
8de027e9bc
|
|
@ -71,6 +71,8 @@ class RmaRepo
|
|||
$rma = self::find($rma);
|
||||
}
|
||||
$rma->histories()->create($data);
|
||||
$rma->status = $data['status'];
|
||||
$rma->saveOrFail();
|
||||
return $rma;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue