Skip to content

Commit

Permalink
Merge branch 'dev_tsilva'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiago Silva committed Apr 1, 2016
2 parents bbc6b08 + c187552 commit bedeab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/budy/models/product.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def simple_csv_url(cls, absolute = False):
("Collection", "collection", "str"),
)
)
def apply_collection(self, collection):
def apply_collection_s(self, collection):
from . import collection
collection = collection.Collection.get(name = collection)
self.collections.append(collection)
Expand Down

0 comments on commit bedeab5

Please sign in to comment.