Use master4 for custorder views

guess i missed that one...
This commit is contained in:
Lance Edgar 2018-02-05 14:24:21 -06:00
parent 8137d715df
commit 22d9981c2e

View file

@ -34,7 +34,7 @@ from rattail.db import model
from webhelpers2.html import tags from webhelpers2.html import tags
from tailbone.db import Session from tailbone.db import Session
from tailbone.views import MasterView as MasterView from tailbone.views import MasterView4 as MasterView
class CustomerOrdersView(MasterView): class CustomerOrdersView(MasterView):