Commit 7941f68446b09fe59a33b651fc74954a4f7d5b60
Exists in
master
fixing conflit
Showing
2 changed files
with
4 additions
and
1 deletions
Show diff stats
script/sent_event_report
script/sent_proposal_report
... | ... | @@ -49,5 +49,8 @@ end |
49 | 49 | |
50 | 50 | file.close |
51 | 51 | |
52 | +<<<<<<< HEAD | |
52 | 53 | uploaded_file = UploadedFile.new(:uploaded_data => fixture_file_upload(filepath, 'text/csv'), :profile => dialoga, :parent => report_folder) |
53 | 54 | uploaded_file.save |
55 | +======= | |
56 | +>>>>>>> 190120b4af270bd5d767faf5253c488e216f11b8 | ... | ... |