mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-25 07:14:22 +00:00
fixed retrive po path in booking controller
updated chinabankslip error message to be more clear fixed supplier booking report loading button updated upload invoice frontend to show user po image
This commit is contained in:
@@ -68,7 +68,7 @@ class ChinaBankSlipController extends Controller
|
||||
|
||||
// TODO: first or fail
|
||||
if(!$china_bankslip){
|
||||
return response()->json(["message"=> "not found"],400);
|
||||
return response()->json(["message"=> "China bankslip not found. Please upload first."],400);
|
||||
}
|
||||
|
||||
$china_bankslip->actual_transfer_amount = $request->input('actual_transfer_amount');
|
||||
|
||||
Reference in New Issue
Block a user