Skip to content

Commit

Permalink
Adds segments of active users with paid and unpaid subscriptions
Browse files Browse the repository at this point in the history
Segments are replacing old segments `active-subscription-without-payment` and `active-subscription-without-payment` (eventually copying their history).
The segments are now using `is_paid` attribute as a definitive source of truth whether subscription is paid or not.

remp/crm#1521
  • Loading branch information
miroc committed Nov 2, 2020
1 parent 54a5097 commit b5a779d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{if !$wasCalculated}
<i class="fas fa-exclamation-triangle" style="color: red;" data-toggle="tooltip" data-original-title="{_dashboard.total.active_registrations.warning}"></i>
<i class="fas fa-exclamation-triangle" style="color: red;" data-toggle="tooltip" data-original-title="{_segment.dashboard.warning}"></i>
{/if}
<span class="badge">{$totalUsers}</span>
<a n:tag-if="isset($totalPaidSubscribersLink)" href="{$totalPaidSubscribersLink}">
Expand Down

0 comments on commit b5a779d

Please sign in to comment.