Add upstream credits view when custom purchases view is included
This commit is contained in:
parent
8e45b3fbf4
commit
8606b580df
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue