add tag_tebus in gadai

This commit is contained in:
Hafifie PKB
2024-02-20 15:50:25 +08:00
parent 11b629ff4a
commit a0f3e298b3
2 changed files with 63 additions and 1 deletions
+2 -1
View File
@@ -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);