FIX_RFQ_ROLL_OVER_EXCEL_CONTENT
This commit is contained in:
parent
420eb7833f
commit
6224cadb2c
@ -2165,7 +2165,7 @@ class LeadsController extends BaseController
|
||||
} // dd($data);
|
||||
|
||||
$lead_data = [];
|
||||
if (in_array((int) $rfq_data['lead_type'], [1, 3], true)) {
|
||||
if (in_array((int) $rfq_data['lead_type'], [1], true)) {
|
||||
|
||||
if (in_array($rfq_data['policy_type_id'], [2, 3, 4, 5])) {
|
||||
$lead_data = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user