Changed use of active to status
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<tr>
|
||||
<td style="width: 40%;">Product Active</td>
|
||||
<td style="width: 5%;"> </td>
|
||||
<td style="width: 60%;" class="data"><?php echo StaticList_YesNo::form('active',$po->active); ?></td>
|
||||
<td style="width: 60%;" class="data"><?php echo StaticList_YesNo::form('status',$po->status); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">Base Price</td>
|
||||
|
Reference in New Issue
Block a user