Revision 46b1d1ce
Von Sven Schöling vor fast 8 Jahren hinzugefügt
SL/Controller/DeliveryPlan.pm | ||
---|---|---|
414 | 414 |
} |
415 | 415 |
if ($object->isa('SL::DB::Part')) { |
416 | 416 |
my $id = $object->id; |
417 |
return "ic.pl?action=$action&id=$id";
|
|
417 |
return "controller.pl?action=Part/$action&part.id=$id";
|
|
418 | 418 |
} |
419 | 419 |
if ($object->isa('SL::DB::Customer')) { |
420 | 420 |
my $id = $object->id; |
Auch abrufbar als: Unified diff
IC: alte ic.pl edit links korrigiert