Add upstream credits view when custom purchases view is included

This commit is contained in:
Lance Edgar 2023-06-10 19:00:31 -05:00
parent 8e45b3fbf4
commit 8606b580df

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2022 Lance Edgar # Copyright © 2010-2023 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -132,3 +132,4 @@ class PurchaseView(base.PurchaseView):
def includeme(config): def includeme(config):
base.defaults(config, **{'PurchaseView': PurchaseView}) base.defaults(config, **{'PurchaseView': PurchaseView})
config.include('tailbone.views.purchases.credits')