diff --git a/api/application/views/sale_pd_templates/FHFSL.php b/api/application/views/sale_pd_templates/FHFSL.php index 28aacf90..c1049904 100644 --- a/api/application/views/sale_pd_templates/FHFSL.php +++ b/api/application/views/sale_pd_templates/FHFSL.php @@ -379,9 +379,9 @@ defined('BASEPATH') OR exit('No direct script access allowed'); $iter = 0; $photo_names = array('selfie_with_person_met' => 'Selfie with person met','satellite1' => 'satellite'); - $tot_rows = ceil(count($section2) / 3); + $tot_rows = ceil(count($section9) / 3); - if(count($section2)) + if(count($section9)) { echo '
'; echo '| Photograph`s |
|---|
| '.$photo_names [ $section2[$i]['img_name'] ].' | ';
+ echo ' '.$photo_names [ $section9[$i]['img_name'] ].' | ';
}
//unset($p_key);