#64-vendor-add-phonenumber #69

Merged
lubiana merged 3 commits from #64-vendor-add-phonenumber into main 2024-12-19 00:21:24 +00:00
Showing only changes of commit 86986310ad - Show all commits

View file

@ -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>