TINY CHANGES
This commit is contained in:
parent
d65f0aff6e
commit
673b9ea988
@ -5765,7 +5765,8 @@ public function getPDFormDetailsJSON_post()
|
||||
{
|
||||
|
||||
//echo $this->assignPDTempalate(1325);die();
|
||||
//$this->getSatelliteImage(1332);die();
|
||||
//$this->getSatelliteImage(1332);die();velmurugan.s@venbainfotech.com
|
||||
//PDALERTS::sendMail($this,'vitvelz@gmail.com','PDGENIE TEST',array());die();
|
||||
$records = $this->post('records');
|
||||
$pdid = $records['pd_id'];
|
||||
//$external_path = $this->config->item('external_data_path');
|
||||
|
||||
@ -446,7 +446,7 @@ class PDALERTS
|
||||
$mail->Port = 465; // "The port"
|
||||
$mail->addAddress($lender_email); // Name is optional
|
||||
$mail->From = 'noreply@pdgenie.com';
|
||||
$fromName = 'SineEdge QC Team'; if(ENVIRONMENT == 'testing' || ENVIRONMENT == 'development') { $fromName .= ' ( TEST ENV ) '; }
|
||||
$fromName = 'PD Genie'; if(ENVIRONMENT == 'testing' || ENVIRONMENT == 'development') { $fromName .= ' ( TEST ENV ) '; }
|
||||
$mail->FromName = $fromName;
|
||||
$mail->isHTML(true); // Set email format to HTML
|
||||
$mail->Subject = 'PD Report For Application ID -'.$core_details[0]['lender_applicant_id'];
|
||||
|
||||
@ -2186,7 +2186,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
<!-- customer finance statements-->
|
||||
<p><?php echo $iterateFinance['financial_customer']; ?></p>
|
||||
<p><?php //echo $iterateFinance['financial_customer']; ?></p>
|
||||
<?php
|
||||
|
||||
if($iterateFinance['is_customer_statement'])
|
||||
@ -3906,7 +3906,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
|
||||
<p>The table below lists the details of Existing Loan Obligations of the Loan Applicants.</p>
|
||||
The table below lists the details of Existing Loan Obligations of the Loan Applicants.
|
||||
<table class="scorecard_table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -3979,7 +3979,7 @@ if($total_no_of_business > 0) {
|
||||
|
||||
|
||||
|
||||
<p>The table below lists the details of Existing Loan Obligations of the Loan Applicants.</p>
|
||||
The table below lists the details of Existing Loan Obligations of the Loan Applicants.
|
||||
<table class="scorecard_table_resonal_assest">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -2216,7 +2216,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
<!-- customer finance statements-->
|
||||
<p><?php echo $iterateFinance['financial_customer']; ?></p>
|
||||
<p><?php //echo $iterateFinance['financial_customer']; ?></p>
|
||||
<?php
|
||||
|
||||
if($iterateFinance['is_customer_statement'])
|
||||
@ -3950,7 +3950,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
|
||||
<p>The table below lists the details of Existing Loan Obligations of the Loan Applicants.</p>
|
||||
The table below lists the details of Existing Loan Obligations of the Loan Applicants.
|
||||
<table class="scorecard_table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
@ -1463,7 +1463,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
|
||||
|
||||
<p>The table below lists the details of Existing Loan Obligations of the Loan Applicants.</p>
|
||||
The table below lists the details of Existing Loan Obligations of the Loan Applicants.
|
||||
<table class="scorecard_table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user