Revision 6c0a1121
Von Kivitendo Admin vor mehr als 9 Jahren hinzugefügt
SL/Controller/Project.pm | ||
---|---|---|
246 | 246 |
by => 'projectnumber', |
247 | 247 |
dir => 1, |
248 | 248 |
}, |
249 |
customer => t8('Customer'), |
|
250 |
description => t8('Description'), |
|
251 |
projectnumber => t8('Project Number'), |
|
252 |
project_type => t8('Project Type'), |
|
249 |
customer => t8('Customer'), |
|
250 |
description => t8('Description'), |
|
251 |
projectnumber => t8('Project Number'), |
|
252 |
project_type => t8('Project Type'), |
|
253 |
project_status => t8('Project Status'), |
|
253 | 254 |
}, |
254 |
with_objects => [ 'customer' ], |
|
255 |
with_objects => [ 'customer', 'project_status', 'project_type' ],
|
|
255 | 256 |
); |
256 | 257 |
} |
257 | 258 |
|
Auch abrufbar als: Unified diff
Projektbericht - Sortierung nach Status und Typ repariert
ist nach Umstellung auf Controller kaputt gegangen