MASTER ADDED

This commit is contained in:
velz 2018-11-15 11:05:42 +05:30
parent a974c24e55
commit 7c2ef69ccd
2 changed files with 2 additions and 1 deletions

View File

@ -374,6 +374,7 @@ defined('SOURCEOFOTHERINCOME') OR define('SOURCEOFOTHERINCOME','m_source_of_othe
defined('MORTAGEPROPERTYTYPE') OR define('MORTAGEPROPERTYTYPE','m_mortage_property_type');
defined('ENDUSEOFLOAN') OR define('ENDUSEOFLOAN','m_enduse_of_loan');
defined('SOURCEOFBALANCETRANSFER') OR define('SOURCEOFBALANCETRANSFER','m_source_of_balance_transfer');
defined('STATUSOFCONSTRUCTION') OR define('STATUSOFCONSTRUCTION','m_status_of_construction');

View File

@ -451,7 +451,7 @@ class PD_Controller extends REST_Controller {
{
$pd_details = $this->post('records');
// print_r($pd_details);die;
print_r($pd_details);
//print_r($pd_details);
// OTP Generate Condition
if($pd_details['pd_status'] == INITIATED)