Allow to edit OrderArticle in Order#receive form

This commit is contained in:
Julius 2013-12-30 14:34:26 +01:00 committed by wvengen
parent 81dfe8110c
commit cf1e68f11d
6 changed files with 66 additions and 3 deletions

View file

@ -74,12 +74,15 @@
%tr
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :order_number, short: true
%th.sort{:data => {:sort => 'string'}}= heading_helper Article, :name
%th= heading_helper GroupOrderArticle, :units
%th= heading_helper Article, :unit
%th Members
%th Ordered
%th= heading_helper Article, :price
-#%th Invoice # TODO implement invoice screen
%th Received
%th= heading_helper ArticlePrice, :price
%th
%th= t 'ui.actions'
%tbody#result_table
- @order_articles.each do |order_article|
= render :partial => 'edit_amount', :locals => {:order_article => order_article}