| Issue 11: | InvBlueprintType does not import parent blueprint type | |
| 1 person starred this issue and may be notified of changes. | Back to list |
All the parent blueprint values in InvBlueprintType are empty.
Possible reason:
if row['parentBlueprintTypeID']:
invtype.parent_blueprint_Type =
InvType.objects.get(id=row['parentBlueprintTypeID'])
Typo in the importer, uppercase T should be lowercase.
May 2, 2010
Project Member
#1
snagglepants
Status:
Fixed
|