fix group names in sde import
This commit is contained in:
@@ -59,7 +59,7 @@ class Command(BaseCommand):
|
|||||||
id=id,
|
id=id,
|
||||||
defaults={
|
defaults={
|
||||||
'category': SDECategory.objects.get(id=group['categoryID']),
|
'category': SDECategory.objects.get(id=group['categoryID']),
|
||||||
'name': group['name'],
|
'name': group['name']['en'],
|
||||||
'published': group['published'],
|
'published': group['published'],
|
||||||
'useBasePrice': group['useBasePrice'],
|
'useBasePrice': group['useBasePrice'],
|
||||||
'fittableNonSingleton': group['fittableNonSingleton'],
|
'fittableNonSingleton': group['fittableNonSingleton'],
|
||||||
|
|||||||
Reference in New Issue
Block a user