X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/233c00b160a769b46815ea7f8b45e9a52a1397bd..b8fee3fc:/bin/mozilla/sepa.pl diff --git a/bin/mozilla/sepa.pl b/bin/mozilla/sepa.pl index 518b9a8fc..3b6ba95df 100755 --- a/bin/mozilla/sepa.pl +++ b/bin/mozilla/sepa.pl @@ -58,6 +58,7 @@ 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, @@ -186,6 +187,8 @@ 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'; @@ -330,6 +333,7 @@ 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();