]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Form.pm
Beim Druck auf "Erfassen" bei "Zahlungskonditionen anzeigen" sollte der Dialog zum...
[mfinanz.git] / SL / Form.pm
index a2e55b0cec92e2701aebf5e74b287174409c3a34..d0cf6e8b1da1ea84b5db1b49cb5d3eea2e7a7e62 100644 (file)
@@ -773,7 +773,8 @@ sub parse_template {
   $self->{"notes"} = $self->{ $self->{"formname"} . "notes" };
 
   map({ $self->{"employee_${_}"} = $myconfig->{$_}; }
-      qw(email tel fax name signature company address businessnumber));
+      qw(email tel fax name signature company address businessnumber
+         co_ustid taxnumber duns));
   map({ $self->{"employee_${_}"} =~ s/\\n/\n/g; }
       qw(company address signature));