Fix counting inactive subscribers in segments list
[MAILPOET-2007]
This commit is contained in:
@ -99,7 +99,7 @@ class Segment extends Model {
|
|||||||
)
|
)
|
||||||
->select_expr(
|
->select_expr(
|
||||||
'SUM(CASE WHEN subscribers.status = "' . Subscriber::STATUS_INACTIVE . '"
|
'SUM(CASE WHEN subscribers.status = "' . Subscriber::STATUS_INACTIVE . '"
|
||||||
OR relation.status = "' . Subscriber::STATUS_UNSUBSCRIBED . '" THEN 1 ELSE 0 END)',
|
AND relation.status != "' . Subscriber::STATUS_UNSUBSCRIBED . '" THEN 1 ELSE 0 END)',
|
||||||
Subscriber::STATUS_INACTIVE
|
Subscriber::STATUS_INACTIVE
|
||||||
)
|
)
|
||||||
->select_expr(
|
->select_expr(
|
||||||
|
Reference in New Issue
Block a user