Separate columns for article price and unit in delivery form

This commit is contained in:
Julius 2013-07-08 22:19:27 +02:00
parent a6228bdcf2
commit f76b9da1e9
6 changed files with 10 additions and 6 deletions

View file

@ -104,6 +104,7 @@
%th.dom-sort-triggerer.default-sort{:data => {'compare-function' => 'compareText', 'sort-criterion' => 'sort-by-name'}}
= t '.article'
%th= t '.price'
%th= t '.unit'
%th= t '.category'
%th= t '.actions'
%tbody
@ -117,6 +118,7 @@
%th.dom-sort-triggerer.default-sort{:data => {'compare-function' => 'compareText', 'sort-criterion' => 'sort-by-name'}}
= t '.article'
%th= t '.price'
%th= t '.unit'
%th= t '.quantity'
%th= t '.actions'
%tbody