Skip to content

Commit

Permalink
Adding name param to PDF function
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAllmeida committed Jun 26, 2018
1 parent 7dbcea6 commit c39ed64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class ReferralPanelComponent implements OnInit {
result.subscribe(data => this.router.navigate(['/referrals', this.referral.student.id]));
}

public generatePDFReferral(){
public generatePDFReferral(name){
let doc = new jsPDF();

let specialElementHandlers = {
Expand Down

0 comments on commit c39ed64

Please sign in to comment.