mirror of
https://github.com/fspc/bike-database.git
synced 2026-09-16 16:41:38 -04:00
lk | changes type of date stored for client pickup
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
.form-group
|
||||
= f.label "Bike Picked Up On:", class: "col-sm-2 control-label"
|
||||
.col-sm-10
|
||||
= f.text_field :pickup_date, class: "form-control datepicker", disabled: disabled
|
||||
= f.text_field :pickup_date, value: @client.pickup_date && @client.pickup_date.strftime('%m/%d/%Y'), class: "form-control datepicker", disabled: disabled
|
||||
|
||||
.form-group
|
||||
= f.label "Volunteer Present at Pickup:", class: "col-sm-2 control-label"
|
||||
|
||||
Reference in New Issue
Block a user