Add missing changes for the stock order

This commit is contained in:
Patrick Gansterer 2016-03-11 22:52:49 +01:00
parent 42eb6c8509
commit 5c56ae6775
4 changed files with 4 additions and 3 deletions

View file

@ -37,7 +37,7 @@ class OrderByGroups < OrderPdf
rows << [ I18n.t('documents.order_by_groups.sum'), nil, nil, nil, nil, nil, number_to_currency(total)]
rows.unshift I18n.t('documents.order_by_groups.rows') # Table Header
text group_order.ordergroup.name, size: fontsize(9), style: :bold
text group_order.ordergroup_name, size: fontsize(9), style: :bold
table rows, width: 500, cell_style: {size: fontsize(8), overflow: :shrink_to_fit} do |table|
# borders
table.cells.borders = [:bottom]