Skip to content

Commit

Permalink
fix: remove additional storage check
Browse files Browse the repository at this point in the history
  • Loading branch information
shadrak98 authored Nov 22, 2024
1 parent d747e56 commit 820918f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions press/press/doctype/subscription/subscription.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,6 @@ def create_usage_record(self):

team = frappe.get_cached_doc("Team", self.team)

if self.additional_storage:
return None

if team.parent_team:
team = frappe.get_cached_doc("Team", team.parent_team)

Expand Down

0 comments on commit 820918f

Please sign in to comment.