update receive delta column + responsive css
This commit is contained in:
parent
56bd527a8b
commit
90c81de872
4 changed files with 36 additions and 13 deletions
|
|
@ -17,10 +17,10 @@
|
|||
-#%td # TODO implement invoice screen
|
||||
- unless order_article.units_billed.nil?
|
||||
= order_article.units_billed
|
||||
= pkg_helper order_article.article
|
||||
= pkg_helper order_article.article, soft_uq: true
|
||||
%td.units_received_cell
|
||||
= receive_input_field(form)
|
||||
= pkg_helper order_article.article_price, false
|
||||
= pkg_helper order_article.article_price, icon: false, soft_uq: true
|
||||
/ TODO add almost invisible text_field for entering single units
|
||||
%td.units_delta
|
||||
%td
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue