]> wagnertech.de Git - kivitendo-erp.git/blobdiff - bin/mozilla/oe.pl
TODO-Liste: Preisanfragen und Angebote richtig anzeigen.
[kivitendo-erp.git] / bin / mozilla / oe.pl
index 73216f824dbf9eb27ff863e1155e916e99e334c6..f7f6ab7f191cb4d228652a5caa847e1e55916a04 100644 (file)
@@ -1964,7 +1964,7 @@ sub report_for_todo_list {
   my $content;
 
   if (@{ $quotations }) {
-    my $edit_url = build_std_url('script=oe.pl', 'action=edit', 'type=sales_quotation', 'vc=customer');
+    my $edit_url = build_std_url('script=oe.pl', 'action=edit');
 
     $content     = $form->parse_html_template('oe/report_for_todo_list', { 'QUOTATIONS' => $quotations,
                                                                            'edit_url'   => $edit_url });