X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/7ff0d2ab41abd45fa1d45e6401a3f33c1ebddecd..4bed72f:/bin/mozilla/sepa.pl diff --git a/bin/mozilla/sepa.pl b/bin/mozilla/sepa.pl index 3b6ba95df..518b9a8fc 100755 --- a/bin/mozilla/sepa.pl +++ b/bin/mozilla/sepa.pl @@ -58,7 +58,6 @@ sub bank_transfer_add { $invoice->{reference_prefix} = $prefix; } - $::request->layout->use_javascript('jquery.checkall.js'); $form->header(); print $form->parse_html_template('sepa/bank_transfer_add', { 'INVOICES' => $invoices, @@ -187,8 +186,6 @@ sub bank_transfer_list { my $cgi = $::request->{cgi}; my $vc = $form->{vc} eq 'customer' ? 'customer' : 'vendor'; - $::request->layout->use_javascript('jquery.checkall.js'); - $form->{title} = $vc eq 'customer' ? $::locale->text('List of bank collections') : $locale->text('List of bank transfers'); $form->{sort} ||= 'id'; @@ -333,7 +330,6 @@ sub bank_transfer_edit { $form->error($locale->text('That export does not exist.')); } - $::request->layout->use_javascript('jquery.checkall.js'); $form->{jsscript} = 1; $form->{title} = $locale->text('View SEPA export'); $form->header();