diff --git a/tailbone/views/custorders/orders.py b/tailbone/views/custorders/orders.py index eb8b89a6..8dfcae28 100644 --- a/tailbone/views/custorders/orders.py +++ b/tailbone/views/custorders/orders.py @@ -34,7 +34,7 @@ from rattail.db import model from webhelpers2.html import tags from tailbone.db import Session -from tailbone.views import MasterView as MasterView +from tailbone.views import MasterView4 as MasterView class CustomerOrdersView(MasterView):