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
|
|
@ -58,6 +58,6 @@
|
|||
%td= order.name
|
||||
%td= format_date(order.ends)
|
||||
%td{:class => "currency"}= number_to_currency(order.sum(:fc))
|
||||
%td= link_to "abrechnen", new_finance_order_path(id: order)
|
||||
%td= link_to "abrechnen", new_finance_order_path(order_id: order.id)
|
||||
- else
|
||||
Super, alles schon abgerechnet...
|
||||
Loading…
Add table
Add a link
Reference in a new issue