Oops, missed a number of references to publisher :O

This commit is contained in:
Magnus Hagander
2012-06-26 14:59:35 +02:00
parent 3c5cf33c37
commit 1678c93db6
4 changed files with 7 additions and 7 deletions

View File

@ -217,7 +217,7 @@ def admin_mergeorg(request):
n.org = t
n.save()
for p in f.product_set.all():
p.publisher = t
p.org = t
p.save()
for p in f.professionalservice_set.all():
p.organisation = t