Fixed display problems with invoices

This commit is contained in:
Manuel Cillero 2017-09-03 17:12:32 +02:00
parent 977630f995
commit 42355f66e6
4 changed files with 14 additions and 28 deletions

View file

@ -38,15 +38,7 @@ function storminvoice_list() {
'nowrap' => 'nowrap',
),
array(
'data' => t('Organization'),
'field' => 'sin.organization_title',
),
array(
'data' => t('Project'),
'field' => 'sin.project_title',
),
array(
'data' => t('Description'),
'data' => t('Description') . ' / ' . t('Organization') . ' » ' . t('Project'),
'field' => 'n.title',
),
array(