Skip to content

Commit

Permalink
Merge pull request #552 from marwoodandrew/sd-5363
Browse files Browse the repository at this point in the history
[SD-5363] Copy the sign off into the digital package when created
  • Loading branch information
ioanpocol committed Sep 2, 2016
2 parents 2f00fbc + b260606 commit b5d927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/packages/takes_package_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class TakesPackageService():
fields_for_creating_take = ['headline', 'anpa_category', 'pubstatus', 'slugline', 'urgency', 'subject',
'dateline', 'place', 'priority', 'ednote', 'source', 'body_footer', 'profile',
'operation', 'flags', 'genre', 'company_codes', 'keywords', 'published_in_package',
'target_regions', 'target_types', 'target_subscribers', 'rewrite_sequence']
'target_regions', 'target_types', 'target_subscribers', 'rewrite_sequence', 'sign_off']

# fields that shouldn't be copied if the original (target) is corrected
excluded_fields_after_correction = ['ednote', 'operation']
Expand Down

0 comments on commit b5d927e

Please sign in to comment.