Skip to content

Commit

Permalink
Merge pull request #30 from marwoodandrew/fix-dateline
Browse files Browse the repository at this point in the history
fix(dateline) missed return in first part check
  • Loading branch information
marwoodandrew authored Jun 30, 2016
2 parents e090431 + a6cf850 commit d893f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/aap/publish/formatters/aap_odbc_formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ def is_last_take(self, article):
return TakesPackageService().is_last_takes_package_item(article)

def is_first_part(self, article):
article.get('sequence', 1) == 1
return article.get('sequence', 1) == 1

0 comments on commit d893f06

Please sign in to comment.