Added customer composite key
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
|
||||
<p class="my-5">
|
||||
<strong class="block font-medium mb-1">Customer:</strong>
|
||||
<%= reservation.customer_id %>
|
||||
<%= reservation.customer.try(:full_name) || "N/A" %>
|
||||
(<%= reservation.customer.try(:birthyear) %>)
|
||||
</p>
|
||||
|
||||
<p class="my-5">
|
||||
|
||||
Reference in New Issue
Block a user