Fix mailing of order_result (PR #493)

This commit is contained in:
Patrick Gansterer 2017-08-21 11:17:54 +02:00 committed by wvengen
parent c6297f2864
commit 8798b886db

View file

@ -1,5 +1,5 @@
= raw t '.text0', ordergroup: @group_order.ordergroup_name, order: @order.name, when: I18n.l(@order.ends), user: show_user(@order.updated_by)
- for group_order_article in @group_order.group_order_articles.ordered.all(:include => :order_article)
- for group_order_article in @group_order.group_order_articles.ordered.includes(:order_article)
- article = group_order_article.order_article.article
\- #{article.name}: #{group_order_article.result} x #{article.unit} = #{group_order_article.result * article.fc_price}
= raw t '.text1', sum: @group_order.price, order_url: group_order_url(@group_order), foodcoop: FoodsoftConfig[:name]