Revision d1a7b626
Von Bernd Bleßmann vor mehr als 3 Jahren hinzugefügt
SL/DB/DeliveryOrder.pm | ||
---|---|---|
231 | 231 |
? nhimult(0.25, ($source->duration_in_hours)) |
232 | 232 |
: _round_total($source->duration_in_hours); |
233 | 233 |
# add content if not already in description |
234 |
my $new_description = $source->description_as_stripped_html; |
|
234 |
my $new_description = '' . $source->description_as_stripped_html; |
|
235 |
$entries->{$part_id}->{$date}->{content} ||= ''; |
|
235 | 236 |
$entries->{$part_id}->{$date}->{content} .= '<li>' . $new_description . '</li>' |
236 | 237 |
unless $entries->{$part_id}->{$date}->{content} =~ m/\Q$new_description/; |
237 | 238 |
|
Auch abrufbar als: Unified diff
Zeiterfassung: Lieferschein new_from_time_recording: undef-Warnung vermeiden