From 22d9981c2e9d748c599caef7eca2d3fd1fc1ef50 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 5 Feb 2018 14:24:21 -0600 Subject: [PATCH] Use master4 for custorder views guess i missed that one... --- tailbone/views/custorders/orders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):