Various tweaks to the customer and person views/forms

These things still need plenty more help...
This commit is contained in:
Lance Edgar 2017-03-17 15:52:26 -05:00
parent e61b60e412
commit 15eae8b2c7
7 changed files with 83 additions and 12 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2016 Lance Edgar
# Copyright © 2010-2017 Lance Edgar
#
# This file is part of Rattail.
#
@ -34,5 +34,6 @@ from .alchemy import AlchemyForm
from .fields import AssociationProxyField
from .renderers import *
from . import fields
from . import renderers
from . import validators