MERGE_TEST_BUG_FIXES
This commit is contained in:
commit
3e723f96e9
@ -182,7 +182,10 @@ class BdsPlacementModel extends Model
|
||||
->join("policy_type pt", "pt.id = cp.policy_type_id", "left")
|
||||
->join("policy_type pt_src", "pt_src.id = cp_src.policy_type_id", "left")
|
||||
->where("lipd.is_active", 1)
|
||||
->where("lipd.utr_no IS NULL OR lipd.utr_no = ''");
|
||||
->groupStart()
|
||||
->where('lipd.utr_no IS NULL')
|
||||
->orWhere('lipd.utr_no', '')
|
||||
->groupEnd();
|
||||
|
||||
$targetPaymentDate = $this->addBusinessDays($config->installmentReminderBusinessDays);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user