NAME BOARD SEEN TEXT AND AI DELETE

This commit is contained in:
Velz2020 2019-08-07 18:56:55 +05:30
parent 848d97fd96
commit 670620c573
2 changed files with 10 additions and 1 deletions

View File

@ -3320,7 +3320,7 @@ class PD_Controller extends REST_Controller {
$id = "";
if($record['sim_id'] != null || $record['sim_id'] != "" )
{
die();
$where_condition_array = array('sim_id'=>$record['sim_id']);
$id = $this->PD_Model->updateRecords($record,SALESITEMMONTHWISE,$where_condition_array);
if($id != "" || $id != null)

View File

@ -1014,6 +1014,15 @@ defined('BASEPATH') OR exit('No direct script access allowed');
echo '<br><ul>';
echo '<li><span contenteditable="true"> The location of the</span><span class="tooltip"> '.$address_type.'<span class="tooltiptext">Address Form - Type of Address </span></span> <span contenteditable="true">is</span> <span class="tooltip">'.$address_type_remarks_caption [ $final_remark_data['is_service_provided'] ].'<span class="tooltiptext">Final Remarks Form - The location of the busienss suitability for Business </span></span> <span contenteditable="true">to the nature of business. </span></li>';
if($first_business_form['was_the_company_name_board_sighted'] == 'yes')
{
echo '<li><span class="tooltip">Business Name board was seen at visited address.<span class="tooltiptext">Business Form</span></span></li>';
}
else
{
echo '<li><span class="tooltip">Business Name board was not seen at visited address.<span class="tooltiptext">Business Form</span></span></li>';
}
if($business_assets_details['business_assets_for_address'][0]['business_is_pd_visited'] == 'yes')
{
echo '<li><span class="tooltip">Business Activity was seen during visit.<span class="tooltiptext">Business Assest Form - Busienss activity seen during PD visit </span></span></li>';