Exclude suggested_price_uuid
for rattail->rattail Product import
whoops, missed that one i guess
This commit is contained in:
parent
7639305a10
commit
4ccdbcfbf5
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2020 Lance Edgar
|
||||
# Copyright © 2010-2021 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -410,6 +410,7 @@ class ProductImporter(FromRattail, model.ProductImporter):
|
|||
fields.remove('tpr_price_uuid')
|
||||
fields.remove('sale_price_uuid')
|
||||
fields.remove('current_price_uuid')
|
||||
fields.remove('suggested_price_uuid')
|
||||
return fields
|
||||
|
||||
def query(self):
|
||||
|
|
Loading…
Reference in a new issue