Refactor all "easy" views per master4

This commit is contained in:
Lance Edgar 2018-02-04 10:46:27 -06:00
parent 410ee8eb65
commit 88fe195615
32 changed files with 51 additions and 52 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2017 Lance Edgar
# Copyright © 2010-2018 Lance Edgar
#
# This file is part of Rattail.
#
@ -47,7 +47,7 @@ from webhelpers2.html import tags, HTML
from tailbone import forms2 as forms, grids
from tailbone.db import Session
from tailbone.views import MasterView3 as MasterView, AutocompleteView
from tailbone.views import MasterView4 as MasterView, AutocompleteView
from tailbone.progress import SessionProgress
from tailbone.util import raw_datetime