bugs fixing
This commit is contained in:
@@ -406,14 +406,14 @@ class ManageUserProductController extends Controller
|
||||
// dd($request->all());
|
||||
// return $request->update_id;
|
||||
$update_data = MonthlyUpdateMaster::where('id', $request->eid)->update([
|
||||
"users_id" => $request->euserid,
|
||||
"categories" => $request->categories,
|
||||
// "users_id" => $request->euserid,
|
||||
// "categories" => $request->categories,
|
||||
// "custom_id"=>$request->interest_paidout,
|
||||
"investor_name" => $request->investor_name,
|
||||
"pan" => $request->pan,
|
||||
"product_category" => $request->product_category,
|
||||
"investment_platform" => $request->investment_platform,
|
||||
"product_name" => $request->product_name,
|
||||
// "investor_name" => $request->investor_name,
|
||||
// "pan" => $request->pan,
|
||||
// "product_category" => $request->product_category,
|
||||
// "investment_platform" => $request->investment_platform,
|
||||
// "product_name" => $request->product_name,
|
||||
"counter_party" => $request->counter_party,
|
||||
"account_number" => $request->account_number,
|
||||
"spv_details" => $request->spv_details,
|
||||
@@ -1293,7 +1293,7 @@ class ManageUserProductController extends Controller
|
||||
$validator = Validator::make($request->post(), [
|
||||
'id' => 'required',
|
||||
'total_value_of_the_property' => 'required',
|
||||
'investment_value' => 'required',
|
||||
' ' => 'required',
|
||||
'investment_date' => 'required',
|
||||
'total_gross_interest' => 'required',
|
||||
'tds' => 'required',
|
||||
|
||||
Reference in New Issue
Block a user