mirror of
https://github.com/System-End/theseus.git
synced 2026-04-19 18:45:15 +00:00
11 lines
226 B
Text
11 lines
226 B
Text
<% content_for :title, "New Purchase Order" %>
|
|
|
|
<h1>New Purchase Order</h1>
|
|
|
|
<%= render "form", purchase_order: @purchase_order %>
|
|
|
|
<br>
|
|
|
|
<div>
|
|
<%= link_to "Back to purchase orders", warehouse_purchase_orders_path %>
|
|
</div>
|