|
@@ -28,6 +28,7 @@
|
|
|
<th>Cell Number Confirmed At</th>
|
|
|
<th>Cm Reason1</th>
|
|
|
<th>Cm Reason2</th>
|
|
|
+<th>Cm Target</th>
|
|
|
<th>Date Of Birth</th>
|
|
|
<th>Email Address</th>
|
|
|
<th>Email Address Confirmation Token</th>
|
|
@@ -93,7 +94,6 @@
|
|
|
<th>Mcp Em Visit Note Id</th>
|
|
|
<th>Mcp Pro Id</th>
|
|
|
<th>Team Id</th>
|
|
|
-<th>Cm Target</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -113,6 +113,7 @@
|
|
|
<td><?= $subRecord->cell_number_confirmed_at ?></td>
|
|
|
<td><?= $subRecord->cm_reason1 ?></td>
|
|
|
<td><?= $subRecord->cm_reason2 ?></td>
|
|
|
+<td><?= $subRecord->cm_target ?></td>
|
|
|
<td><?= $subRecord->date_of_birth ?></td>
|
|
|
<td><?= $subRecord->email_address ?></td>
|
|
|
<td><?= $subRecord->email_address_confirmation_token ?></td>
|
|
@@ -178,7 +179,6 @@
|
|
|
<td><?= $subRecord->mcp_em_visit_note_id ?></td>
|
|
|
<td><?= $subRecord->mcp_pro_id ?></td>
|
|
|
<td><?= $subRecord->team_id ?></td>
|
|
|
-<td><?= $subRecord->cm_target ?></td>
|
|
|
</tr>
|
|
|
@endforeach
|
|
|
</tbody>
|