mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-22 13:54:17 +00:00
fix wrong update status on upload po
fix validation message for upload china bankslip removed get po api on upload invoice
This commit is contained in:
@@ -732,8 +732,8 @@ class BookingController extends Controller
|
||||
return response()->json(["message"=> "Please upload your invoice"],400);
|
||||
}
|
||||
|
||||
$booking->status = 7; // completed
|
||||
$booking->admin_status = 7; // completed
|
||||
$booking->status = 6; // completed
|
||||
$booking->admin_status = 6; // completed
|
||||
|
||||
if($booking->save()){
|
||||
return response()->json(['message'=>"Success"],200);
|
||||
|
||||
Reference in New Issue
Block a user