X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FForm.pm;h=46c7f6ea5f8cfbfc0bf8c770779e59036015f2b3;hb=fa31a7e0c6a8d00e35511f5052145ab2156a8160;hp=e0bff1b402380043d8a1f99ad941c1917a6193a8;hpb=2065624062cd59d7d21a6e1f39ae433a9668301e;p=kivitendo-erp.git diff --git a/SL/Form.pm b/SL/Form.pm index e0bff1b40..46c7f6ea5 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -436,6 +436,8 @@ sub header { common part_selection ), "jquery/ui/i18n/jquery.ui.datepicker-$::myconfig{countrycode}"); + $layout->use_javascript("$_.js") for @{ $params{use_javascripts} // [] }; + $self->{favicon} ||= "favicon.ico"; $self->{titlebar} = join ' - ', grep $_, $self->{title}, $self->{login}, $::myconfig{dbname}, $self->read_version if $self->{title} || !$self->{titlebar}; @@ -2523,7 +2525,7 @@ sub create_links { a.mtime, a.itime, a.intnotes, a.department_id, a.amount AS oldinvtotal, a.paid AS oldtotalpaid, a.employee_id, a.gldate, a.type, - a.globalproject_id, ${extra_columns} + a.globalproject_id, a.transaction_description, ${extra_columns} c.name AS $table, d.description AS department, e.name AS employee