small receive-related i18n updates
This commit is contained in:
parent
ccdb1e8add
commit
6e60f94484
3 changed files with 5 additions and 4 deletions
|
|
@ -9,7 +9,8 @@
|
|||
.fold-line
|
||||
= form.input :units_to_order, hint: '', input_html: {class: 'input-nano'}
|
||||
-#= form.input :units_billed, label: 'invoice', input_html: {class: 'input-nano'}
|
||||
= form.input :units_received, input_html: {class: 'input-nano'}
|
||||
= form.input :units_received, input_html: {class: 'input-nano'},
|
||||
label: t('activerecord.attributes.order_article.units_received_short')
|
||||
%p.help-block= t 'simple_form.hints.order_article.units_to_order'
|
||||
|
||||
.foo{style: 'clear:both'}
|
||||
|
|
|
|||
|
|
@ -73,8 +73,8 @@
|
|||
%th.default-sort.sort{:data => {:sort => 'string'}}= heading_helper Article, :name
|
||||
%th= heading_helper Article, :unit
|
||||
%th= heading_helper Article, :price
|
||||
%th= heading_helper OrderArticle, :units_to_order, short: true
|
||||
%th= heading_helper OrderArticle, :quantity, short: true
|
||||
%th= heading_helper OrderArticle, :units_to_order, short: true
|
||||
-#%th Invoice # TODO implement invoice screen
|
||||
%th= heading_helper OrderArticle, :units_received, short: true
|
||||
%th
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue