Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
72fb9e928f
@ -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