Fix mailing of order_result (PR #493)
This commit is contained in:
parent
c6297f2864
commit
8798b886db
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue