add tag_tebus in gadai
This commit is contained in:
@@ -1131,7 +1131,8 @@ class GadaiController extends Controller
|
||||
$updatehistory = Gadai::on($cawangan['mysql'])
|
||||
->where('norujukan','=',$norujukan)
|
||||
->update(array(
|
||||
'historygadaian' => $request->historygadaian
|
||||
'historygadaian' => $request->historygadaian,
|
||||
'tag_tebus' => $request->jenistebus,
|
||||
));
|
||||
|
||||
return response()->json($updatehistory,200);
|
||||
|
||||
Reference in New Issue
Block a user