Pfad in der Kunden/Lieferanten-Liste angepasst
authorThomas Heck <theck@linet-services.de>
Mon, 24 Jun 2013 08:41:40 +0000 (10:41 +0200)
committerJan Büren <jan@kivitendo-premium.de>
Thu, 18 Jul 2013 07:09:02 +0000 (09:09 +0200)
bin/mozilla/ct.pl

index 4291871..59e7dbb 100644 (file)
@@ -270,7 +270,7 @@ sub list_names {
       $previous_id = $ref->{id};
       map { $row->{$_}->{data} = $ref->{$_} } @columns;
 
-      $row->{name}->{link}  = build_std_url('action=edit', 'id=' . E($ref->{id}), 'callback', @hidden_nondefault);
+      $row->{name}->{link}  = build_std_url('script=controller.pl', 'action=CustomerVendor/edit', 'id=' . E($ref->{id}), 'callback', @hidden_nondefault);
       $row->{email}->{link} = 'mailto:' . E($ref->{email});
     }