Fixed buggy link in finance/balancing/new.html.haml

* Link to "Rechnung anlegen" did not send supplier id.
This commit is contained in:
sandoz 2009-03-20 16:32:47 +01:00
parent 192fbd4662
commit 2c52944956
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
.column_content
%ul
- unless @order.invoice
%li= link_to "Rechnung anlegen", new_finance_invoice_path(:order_id => @order)
%li= link_to "Rechnung anlegen", new_finance_invoice_path(:order_id => @order, :supplier_id => @order.supplier)
- unless @order.closed?
%li= link_to "Bestellung abschließen", :action => "confirm", :id => @order