Flyhi_Controller : ps

This commit is contained in:
gandhimathi 2022-06-27 04:46:44 +00:00
parent 623163da66
commit 473082cd8b

View File

@ -1275,6 +1275,9 @@ class Flyhi_Controller extends REST_Controller {
$FHFSL_lender = (ENVIRONMENT == 'production' ? 19 : 49);
$lender = isset($records['lender_id']) ? $records['lender_id'] : $FHFSL_lender;
$product = isset($records['product_id']) ? $records['product_id'] : $FHFSL_product;
$records['lender_id'] = $lender;
$records['product_id'] = $product;
$records['sales_pd_type'] = null;
$id = null;
// print_r($records);//die();
log_message('ERROR','####FLYHIPD SAVE CALLED');