Prevent article names from being truncated in StockTaking form

This commit is contained in:
Julius 2013-03-14 22:30:22 +01:00
parent a096b3618c
commit 396e220369
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
= form.hidden_field :stock_article_id
= "Menge (#{stock_change.stock_article.quantity_available})"
= form.text_field :quantity, :size => 5, :autocomplete => 'off'
%b=h truncate(stock_change.stock_article.name)
%b= stock_change.stock_article.name
= "(#{number_to_currency(stock_change.stock_article.price)} / #{stock_change.stock_article.unit})"