Skip to content

Commit

Permalink
Merge pull request #159 from velis74/dpb_732
Browse files Browse the repository at this point in the history
#732 Add acceses for JanezM
  • Loading branch information
velis74 authored Oct 19, 2023
2 parents cebeed8 + bd9d7b9 commit ab2f300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_project_base/licensing/logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from django_project_base.licensing.models import LicenseAccessUse

MONTHLY_ACCESS_LIMIT_IN_CURRENCY_UNITS = 86.97 # TODO: read from package
MONTHLY_ACCESS_LIMIT_IN_CURRENCY_UNITS = 86.97 + 30 # TODO: read from package


class LicenseUsageReport(Serializer):
Expand Down

0 comments on commit ab2f300

Please sign in to comment.