Skip to content

Commit

Permalink
fix Bug 65673
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelbannov committed Dec 25, 2023
1 parent 38a3eca commit 31c243a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/ASC.Core.Common/Billing/TariffService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ private async Task<Tariff> CalculateTariffAsync(int tenantId, Tariff tariff)
}

var delay = 0;
var setDelay = true;
var setDelay = !_coreBaseSettings.Standalone;

if (_trialEnabled)
{
Expand Down

0 comments on commit 31c243a

Please sign in to comment.