Fixed display problems with invoices
This commit is contained in:
parent
977630f995
commit
42355f66e6
4 changed files with 14 additions and 28 deletions
|
@ -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(
|
||||
|
|
Reference in a new issue