Changed use of active to status
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td style="width: 40%;">Service Active</td>
|
||||
<td style="width: 60%;" class="data"><?php echo StaticList_YesNo::form('active',$so->active); ?></td>
|
||||
<td style="width: 60%;" class="data"><?php echo StaticList_YesNo::form('status',$so->status); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Queue</td>
|
||||
|
@@ -10,7 +10,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Service Active</td>
|
||||
<td class="data"><?php echo $so->display('active'); ?></td>
|
||||
<td class="data"><?php echo $so->display('status'); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Billing Period</td>
|
||||
|
Reference in New Issue
Block a user