fk_fi_type_id : ps

This commit is contained in:
VE10-Sanjeev 2022-09-21 15:56:44 +05:30
parent d2747d0432
commit e6a6f287c9
2 changed files with 25 additions and 30 deletions

View File

@ -1234,7 +1234,7 @@ class Template_Management_Controller extends REST_Controller {
if($pd_id != "" || $pd_id != null)
{
$template_details = $this->PD_Model->getTemplateForPDV2($pd_id,$client,$random_string,$api,$fi_id);
$template_details = $this->PD_Model->getTemplateForPDV2($pd_id,$client,$random_string,$api);
if(count($template_details))
{
$data['dataStatus'] = true;

File diff suppressed because one or more lines are too long