Skip to content

Commit

Permalink
Merge pull request #934 from inbaz/develop
Browse files Browse the repository at this point in the history
corrected email service
  • Loading branch information
BigAndini authored Mar 5, 2017
2 parents d5d8470 + ab43834 commit ccb2754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/ErsBase/src/ErsBase/Service/EmailService.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ public function sendConfirmationEmail($order_id) {
$terms1 = getcwd().'/public/Terms and Conditions ERS EN v7.pdf';
$this->addAttachment($terms1);

$terms2 = getcwd().'/public/Terms and Conditions ORGA EN v6.pdf';
$terms2 = getcwd().'/public/Terms and Conditions organisation EN v6.pdf';
$this->addAttachment($terms2);

$promo = getcwd().'/public/pre-reg cover photo.png';
Expand Down

0 comments on commit ccb2754

Please sign in to comment.