X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=bin%2Fmozilla%2Fis.pl;h=379544809fee59ef1336cedecb55888c01fd1d78;hb=51a0ea44fe475a940f9300326d3a29a44db123fe;hp=a83897a45a37c2f681ca2b1403ecd92728662586;hpb=5b8e9fcb2f9c94d69519c927b8aa59184d93cea3;p=kivitendo-erp.git diff --git a/bin/mozilla/is.pl b/bin/mozilla/is.pl index a83897a45..379544809 100644 --- a/bin/mozilla/is.pl +++ b/bin/mozilla/is.pl @@ -383,7 +383,7 @@ sub form_header { ), @custom_hiddens, map { $_.'_rate', $_.'_description', $_.'_taxnumber' } split / /, $form->{taxaccounts}]; - $::request->{layout}->use_javascript(map { "${_}.js" } qw(kivi.SalesPurchase)); + $::request->{layout}->use_javascript(map { "${_}.js" } qw(kivi.SalesPurchase ckeditor/ckeditor ckeditor/adapters/jquery)); $form->header();