Revision 2246c3b3
Von Bernd Bleßmann vor etwa 1 Jahr hinzugefügt
SL/Controller/TimeRecording.pm | ||
---|---|---|
322 | 322 |
order => { text => t8('Sales Order'), sub => sub { $_[0]->order && $_[0]->order->number } }, |
323 | 323 |
customer => { text => t8('Customer'), sub => sub { $_[0]->customer->displayable_name } }, |
324 | 324 |
part => { text => t8('Article'), sub => sub { $_[0]->part && $_[0]->part->displayable_name } }, |
325 |
project => { text => t8('Project'), sub => sub { $_[0]->project && $_[0]->project->displayable_namefull_description(style => 'both') } },
|
|
325 |
project => { text => t8('Project'), sub => sub { $_[0]->project && $_[0]->project->full_description(style => 'both') } }, |
|
326 | 326 |
description => { text => t8('Description'), sub => sub { $_[0]->description_as_stripped_html }, |
327 | 327 |
raw_data => sub { $_[0]->description_as_restricted_html }, # raw_data only used for html(?) |
328 | 328 |
obj_link => sub { $self->url_for(action => 'edit', 'id' => $_[0]->id, callback => $self->models->get_callback) } }, |
Auch abrufbar als: Unified diff
S:C:TimeRecording: Typo vom Typo-fixen gefixt ;(