X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ea0f9b7ee6c65282f8a04f56feed97ec4e91d9ca..8b85c428fc90649327032b5bf14d3d1b51ea43d4:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 0d6e9ae9a..ed31ddf68 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -1019,7 +1019,8 @@ sub parse_template { file_name => $self->{IN}, form => $self, myconfig => $myconfig, - userspath => $userspath); + userspath => $userspath, + %{ $self->{TEMPLATE_DRIVER_OPTIONS} || {} }); # Copy the notes from the invoice/sales order etc. back to the variable "notes" because that is where most templates expect it to be. $self->{"notes"} = $self->{ $self->{"formname"} . "notes" };