Various tweaks to the customer and person views/forms
These things still need plenty more help...
This commit is contained in:
parent
e61b60e412
commit
15eae8b2c7
7 changed files with 83 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue