mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 22:15:09 +00:00
12 lines
349 B
Text
12 lines
349 B
Text
<% content_for :title, "Edit Purchase Order" %>
|
|
|
|
<h1>Edit Purchase Order #<%= @purchase_order.id %></h1>
|
|
|
|
<%= render "form", purchase_order: @purchase_order %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Show this purchase order", warehouse_purchase_order_path(@purchase_order) %> |
|
|
<%= link_to "Back to purchase orders", warehouse_purchase_orders_path %>
|
|
</div>
|