X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=am.pl;h=df71c21e5d86ffc61d717a3412968a60a6a8d0cd;hb=07810068d070e97a154e65520d2be6d96f65fe68;hp=a9b05323293811aeefcd1b416f9d7a9f6b875622;hpb=ee072e4f077213bf6f8792ca8f0a1afebbb6282f;p=kivitendo-erp.git diff --git a/am.pl b/am.pl index a9b053232..df71c21e5 100755 --- a/am.pl +++ b/am.pl @@ -46,6 +46,11 @@ use SL::Form; eval { require "lx-erp.conf"; }; +if (defined($latex) && !defined($latex_templates)) { + $latex_templates = $latex; + undef($latex); +} + $form = new Form; # name of this script