Simplifiying balancing view part 2. Lets call it finished.
This commit is contained in:
parent
dc0d1b3e46
commit
af3c07f031
26 changed files with 185 additions and 219 deletions
|
|
@ -11,6 +11,6 @@
|
|||
%td= number_to_currency(group_order.price)
|
||||
%p
|
||||
%div{:style => "float:left"}
|
||||
= button_to "Abschließen", :action => "close", :id => @order
|
||||
= button_to "Abschließen", close_finance_order_path(@order), method: :put
|
||||
%div{:style => "float:right"}
|
||||
= link_to 'Zurück zur Abrechnung', :action => 'new', :id => @order
|
||||
= link_to 'Zurück zur Abrechnung', new_finance_order_path(order_id: @order.id)
|
||||
Loading…
Add table
Add a link
Reference in a new issue