Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezfauste committed Jul 29, 2018
1 parent 18e6e36 commit eb70812
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom/service/suitepy/utils/base64_pdf_generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ public static function get_base64_pdf($template_id, $bean) {
require_once('modules/AOS_PDF_Templates/sendEmail.php');
require_once('modules/AOS_PDF_Templates/AOS_PDF_Templates.php');

global $mod_strings, $sugar_config;

if(empty($bean->id)) {
throw new Exception('Invalid bean.');
}
Expand Down

0 comments on commit eb70812

Please sign in to comment.