|
|
@@ -3482,7 +3482,8 @@
|
|
|
|
|
|
// [alert dismissWithClickedButtonIndex:0 animated:FALSE];
|
|
|
[alert dismissViewControllerAnimated:YES completion:nil];
|
|
|
- [appDelegate printPdf:pdf_url company:company send_to:send_to soid:soid content:email_content];
|
|
|
+ NSString *pdf_title = [editor_json objectForKey:@"title"];
|
|
|
+ [appDelegate printPdf:pdf_url company:company send_to:send_to soid:pdf_title content:email_content];
|
|
|
}
|
|
|
}
|
|
|
|