]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Vorlagen: Einige Variablen zum Angestellten aus myconfig sollten nur mit dem Praefix...
[mfinanz.git] / SL / Form.pm
index 725eace5a71cbebdf64bb6cd5d866b624a317eca..cddb62140f2453bef8850a2fac95e17791083364 100644 (file)
@@ -758,7 +758,7 @@ sub parse_template {
   $self->{"notes"} = $self->{ $self->{"formname"} . "notes" };
 
   map({ $self->{"employee_${_}"} = $myconfig->{$_}; }
-      qw(email tel fax name signature));
+      qw(email tel fax name signature company address businessnumber));
 
   open(IN, "$self->{templates}/$self->{IN}")
     or $self->error("$self->{IN} : $!");