Changed Citycom order flow to new estmk activation workflow
This commit is contained in:
@@ -697,6 +697,7 @@
|
||||
<th>ctag</th>
|
||||
<th>Typ</th>
|
||||
<th>External ID</th>
|
||||
<th>External Name</th>
|
||||
<th>External State</th>
|
||||
</tr>
|
||||
<?php if(is_array($preorder->ctags) && count($preorder->ctags)): ?>
|
||||
@@ -706,6 +707,7 @@
|
||||
<td class="text-monospace"><?=$ctag->ctag?></td>
|
||||
<td class="text-monospace"><?=$ctag->service_type?></td>
|
||||
<td class="text-monospace"><?=htmlentities($ctag->ext_id)?></td>
|
||||
<td class="text-monospace"><?=htmlentities($ctag->ext_name)?></td>
|
||||
<td class="text-monospace"><?=htmlentities($ctag->ext_status)?></td>
|
||||
</tr>
|
||||
<?php endforeach; ?>
|
||||
|
||||
Reference in New Issue
Block a user