Revision 0759dd1c
Von Sven Schöling vor fast 11 Jahren hinzugefügt
SL/Controller/FinancialControllingReport.pm | ||
---|---|---|
182 | 182 |
} |
183 | 183 |
} |
184 | 184 |
|
185 |
if (!$params{by_order} && ($params{order}->ordnumber =~ m/4$/)) { |
|
186 |
$::lxdebug->dump(0, "obj @ $total", $sums); |
|
187 |
$::lxdebug->dump(0, "ord", $params{order}->{amounts_by_parts_id}); |
|
188 |
} |
|
189 |
|
|
190 | 185 |
return $total; |
191 | 186 |
} |
192 | 187 |
|
Auch abrufbar als: Unified diff
Debugcode entfernt