This commit is contained in:
parent
b65a4814f4
commit
86986310ad
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@
|
|||
<th>Vendor</th>
|
||||
<td>{{ food_order.foodVendor.name }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Vendorphone</th>
|
||||
<td>{{ food_order.foodVendor.phone }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Created By</th>
|
||||
<td>{{ food_order.createdBy }}</td>
|
||||
|
|
Loading…
Reference in a new issue