12 Added notes and colours to customers
This commit is contained in:
@@ -28,14 +28,13 @@
|
||||
} %>
|
||||
</div>
|
||||
|
||||
<div data-customer-search-target="newCustomerFields" class="">
|
||||
<div class="my-5">
|
||||
<%= form.label :phone_number, t('reservations.form.phone_number') %>
|
||||
<%= form.telephone_field :customer_original_phone,
|
||||
class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full",
|
||||
data: { customer_search_target: "phoneField" } %>
|
||||
</div>
|
||||
|
||||
<div data-customer-search-target="newCustomerFields" class="hidden">
|
||||
<div class="my-5">
|
||||
<%= form.label :first_name, t('reservations.form.first_name') %>
|
||||
<%= form.text_field :customer_first_name,
|
||||
@@ -56,6 +55,8 @@
|
||||
class: "block shadow rounded-md border border-gray-400 outline-none px-3 py-2 mt-2 w-full",
|
||||
data: { customer_search_target: "birthYearField" } %>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="my-5">
|
||||
|
||||
Reference in New Issue
Block a user