Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz committed Oct 31, 2024
1 parent 9c9cf97 commit fd76b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion license_manager/apps/subscriptions/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def custom_subscription_expiration_messaging(self):
Returns the custom subscription expiration messaging associated with this customer agreement.
"""
try:
return self.custom_subscription_expiration_messaging
return self._custom_subscription_expiration_messaging
except CustomSubscriptionExpirationMessaging.DoesNotExist:
return None

Expand Down

0 comments on commit fd76b50

Please sign in to comment.