From: Guillaume Pellerin Date: Thu, 1 Jan 2015 21:09:25 +0000 (+0100) Subject: bugfix X-Git-Tag: 2.8.1-pro~282^2~6 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ee8c5b19d903088196a6145dc8db0989fdcce43a;p=teleforma.git bugfix --- diff --git a/teleforma/management/commands/teleforma-import-seminar-media.py b/teleforma/management/commands/teleforma-import-seminar-media.py index fa18eccb..a3fe973b 100644 --- a/teleforma/management/commands/teleforma-import-seminar-media.py +++ b/teleforma/management/commands/teleforma-import-seminar-media.py @@ -186,7 +186,7 @@ class Command(BaseCommand): else: collection = collections[0] - id = '_'.join([period.name, id_incr, collection_id, ext, str(media_rank)]) + id = '_'.join([period.name, self.id_incr, collection_id, ext, str(media_rank)]) item = self.get_item(collection, id) item.title = name