X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/828152603e15160cca294ffc941ab0f9307d1def..c2efdba2dfa10e76937e4bdf5a18e5483d0cddb0:/SL/Controller/Order.pm diff --git a/SL/Controller/Order.pm b/SL/Controller/Order.pm index bc7fc5fc6..ab4401ef8 100644 --- a/SL/Controller/Order.pm +++ b/SL/Controller/Order.pm @@ -211,7 +211,7 @@ sub action_print { } } if ($self->order->ordnumber && $::instance_conf->get_doc_storage) { - SL::File->store( object_id => $self->order->id, + SL::File->save( object_id => $self->order->id, object_type => $self->type, mime_type => 'application/pdf', source => 'created',