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