fix group names in sde import

This commit is contained in:
2023-10-29 23:55:23 +01:00
parent e9749650f1
commit 38a5833e33

View File

@@ -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'],