mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 19:55:10 +00:00
9 lines
No EOL
457 B
Text
9 lines
No EOL
457 B
Text
<h1>Cancel order <%= @warehouse_order.hc_id %>:</h1>
|
|
Please try to avoid needing to do this. <br/>
|
|
If fulfillment of this order is already underway at the warehouse, this will error out and you'll need to contact them directly.
|
|
<br/><br/>
|
|
<%= form_with method: :post do |form| %>
|
|
<%= form.label :cancellation_reason, "Reason for cancellation (visible to AGH crew): " %>
|
|
<%= form.text_field :cancellation_reason %>
|
|
<%= form.submit "do it!" %>
|
|
<% end %> |