Add CoreCustomerShopper
to default model for pkg
This commit is contained in:
parent
bde8200cdf
commit
f4384f8b1d
|
@ -2,7 +2,7 @@
|
||||||
################################################################################
|
################################################################################
|
||||||
#
|
#
|
||||||
# Rattail -- Retail Software Framework
|
# Rattail -- Retail Software Framework
|
||||||
# Copyright © 2010-2021 Lance Edgar
|
# Copyright © 2010-2023 Lance Edgar
|
||||||
#
|
#
|
||||||
# This file is part of Rattail.
|
# This file is part of Rattail.
|
||||||
#
|
#
|
||||||
|
@ -25,7 +25,7 @@ Database schema extensions for CORE-POS integration
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from .stores import CoreStore
|
from .stores import CoreStore
|
||||||
from .people import CorePerson, CoreCustomer, CoreMember
|
from .people import CorePerson, CoreCustomer, CoreCustomerShopper, CoreMember
|
||||||
from .products import (CoreDepartment, CoreSubdepartment,
|
from .products import (CoreDepartment, CoreSubdepartment,
|
||||||
CoreVendor, CoreProduct, CoreProductCost)
|
CoreVendor, CoreProduct, CoreProductCost)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue