Replaced account_balance by available_funds in ordergroup view.
Signed-off-by: bennibu <benni@dresdener27.de>
This commit is contained in:
parent
1e011256e9
commit
e3f9df0a0c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<p><b>Beschreibung:</b> <%=h @ordergroup.description %>
|
||||
<%= link_to '(ändern)', :controller => 'foodcoop', :action => 'edit_group', :id => @ordergroup %>
|
||||
</p>
|
||||
<p><b>Kontostand:</b> <%= number_to_currency(@ordergroup.account_balance) %></p>
|
||||
<p><b>Verfügbares Guthaben:</b> <%= number_to_currency(@ordergroup.get_available_funds()) %></p>
|
||||
<h2>Personen</h2>
|
||||
<ul style="list-style-type:decimal;">
|
||||
<% for membership in @ordergroup.memberships -%>
|
||||
|
|
Loading…
Reference in a new issue