Skip to content

Commit

Permalink
Merge branch 'release/2.4.0' of https://github.com/allegro/ralph_pricing
Browse files Browse the repository at this point in the history
 into release/2.4.0
  • Loading branch information
kula1922 committed Jun 3, 2014
2 parents b9ddf28 + 34c3ef9 commit 2b71c82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ralph_pricing/plugins/collects/ventures.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ def update_venture(data):
)
venture.parent = parent
else:
venture.parent = None
parent_created = False
venture.save()
return created + parent_created
Expand Down

0 comments on commit 2b71c82

Please sign in to comment.