pdalerts_helper.php
This commit is contained in:
parent
3fd3a179f8
commit
fbbf855fe1
@ -59,8 +59,9 @@ class PDALERTS
|
||||
if(count($core_details))
|
||||
{
|
||||
|
||||
//SMC MWISE Custome PdNotification Don't Call.
|
||||
$smc_lender_id = ENVIRONMENT == 'production' ? 7 : 35; //SMC lender id MWISE in live and demo
|
||||
if($smc_lender_id == $core_details[0]['fk_lender_id']){
|
||||
if($smc_lender_id != $core_details[0]['fk_lender_id']){
|
||||
//Trigger Custom Notification apart from entity and PD level notification config
|
||||
CUSTOM_PDALERTS::custom_pdnotification($CI,$core_details);//die();
|
||||
//END Trigger Custom Notification apart from entity and PD level notification config
|
||||
|
||||
Loading…
Reference in New Issue
Block a user