diff --git a/app/views/group_orders/_form.html.haml b/app/views/group_orders/_form.html.haml index 17be5094..b1103462 100644 --- a/app/views/group_orders/_form.html.haml +++ b/app/views/group_orders/_form.html.haml @@ -130,7 +130,7 @@ %td Neuer Kontostand: %td.currency %strong - %span#new_balance= @ordergroup.account_balance - @group_order.price + %span#new_balance= @ordering_data[:available_funds] - @group_order.price € #order-button = submit_tag( "Bestellung speichern", id: 'submit_button', class: 'btn btn-primary' )