Instances Name Show
This commit is contained in:
@@ -116,6 +116,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<!-- <th>Menu Item Id</th> -->
|
<!-- <th>Menu Item Id</th> -->
|
||||||
<th>item_instance_code</th>
|
<th>item_instance_code</th>
|
||||||
|
<th>item_instance_name</th>
|
||||||
<th>item_attributes</th>
|
<th>item_attributes</th>
|
||||||
<th>price</th>
|
<th>price</th>
|
||||||
<th>is_on_promotion</th>
|
<th>is_on_promotion</th>
|
||||||
@@ -131,6 +132,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<!-- <td><%= settings_menu_item.menu_item_id %></td> -->
|
<!-- <td><%= settings_menu_item.menu_item_id %></td> -->
|
||||||
<td><%= settings_menu_item.item_instance_code %></td>
|
<td><%= settings_menu_item.item_instance_code %></td>
|
||||||
|
<td><%= settings_menu_item.item_instance_name %></td>
|
||||||
<td><%= settings_menu_item.item_attributes %></td>
|
<td><%= settings_menu_item.item_attributes %></td>
|
||||||
<td><%= settings_menu_item.price %></td>
|
<td><%= settings_menu_item.price %></td>
|
||||||
<td><%= settings_menu_item.is_on_promotion %></td>
|
<td><%= settings_menu_item.is_on_promotion %></td>
|
||||||
|
|||||||
@@ -122,6 +122,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<!-- <th>Menu Item Id</th> -->
|
<!-- <th>Menu Item Id</th> -->
|
||||||
<th>item_instance_code</th>
|
<th>item_instance_code</th>
|
||||||
|
<th>Instances Name</th>
|
||||||
<th>item_attributes</th>
|
<th>item_attributes</th>
|
||||||
<th>price</th>
|
<th>price</th>
|
||||||
<th>is_on_promotion</th>
|
<th>is_on_promotion</th>
|
||||||
@@ -138,6 +139,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
|
|
||||||
<td><%= settings_menu_item.item_instance_code %></td>
|
<td><%= settings_menu_item.item_instance_code %></td>
|
||||||
|
<td><%= settings_menu_item.item_instance_name %></td>
|
||||||
<td><%= settings_menu_item.item_attributes %></td>
|
<td><%= settings_menu_item.item_attributes %></td>
|
||||||
<td><%= settings_menu_item.price %></td>
|
<td><%= settings_menu_item.price %></td>
|
||||||
<td><%= settings_menu_item.is_on_promotion %></td>
|
<td><%= settings_menu_item.is_on_promotion %></td>
|
||||||
|
|||||||
Reference in New Issue
Block a user