Skip to content

Commit

Permalink
Fixing invalid argument passed in subscriptions ending widget to URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rootpd committed Dec 27, 2019
1 parent 51401de commit 8031f88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="col-md-2">
<p>
<strong>{$dateRange['label']}: </strong>
<a class="text-danger" style="text-decoration: underline" href="{plink :Subscriptions:SubscriptionsEnds:default startTime => $dateRange['from'], endTime => $dateRange['to'], withoutNext => 1, withoutRecurrent => 1, freeSubscriptions => 1}">
<a class="text-danger" style="text-decoration: underline" href="{plink :Subscriptions:SubscriptionsEnds:default startTime => $dateRange['from']->format(DATE_RFC3339), endTime => $dateRange['to']->format(DATE_RFC3339), withoutNext => 1, withoutRecurrent => 1, freeSubscriptions => 1}">
{$$key} ks
</a>
<i data-toggle="tooltip" data-placement="top" title="{_dashboard.subscriptions.ending.no_renew_between.tooltip} {$dateRange['from']|userDate} - {$dateRange['to']|userDate}" class="fa fa-question-circle"></i>
Expand Down

0 comments on commit 8031f88

Please sign in to comment.