Revision 48786831
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Controller/FinancialControllingReport.pm | ||
---|---|---|
257 | 257 |
} |
258 | 258 |
if ($object->isa('SL::DB::Customer')) { |
259 | 259 |
my $id = $object->id; |
260 |
return "ct.pl?action=$action&id=$id&db=customer";
|
|
260 |
return "controller.pl?action=CustomerVendor/$action&id=$id";
|
|
261 | 261 |
} |
262 | 262 |
if ($object->isa('SL::DB::Project')) { |
263 | 263 |
my $id = $object->id; |
Auch abrufbar als: Unified diff
Finanzcontrollingbericht: Link zu Kunden auf neuen Controller gefixt