Fixed buggy link in finance/balancing/new.html.haml
* Link to "Rechnung anlegen" did not send supplier id.
This commit is contained in:
parent
192fbd4662
commit
2c52944956
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue