Revision 55af54bc
Von Jan Büren vor etwa 7 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1 |
#========= ===========================================================
|
|
1 |
========= =========================================================== |
|
2 | 2 |
# LX-Office ERP |
3 | 3 |
# Copyright (C) 2004 |
4 | 4 |
# Based on SQL-Ledger Version 2.1.9 |
... | ... | |
1065 | 1065 |
close OUT if $self->{OUT}; |
1066 | 1066 |
# check only one flag (webdav_documents) |
1067 | 1067 |
# therefore copy to webdav, even if we do not have the webdav feature enabled (just archive) |
1068 |
my $copy_to_webdav = $::instance_conf->get_webdav_documents && !$self->{preview} && $self->{tmpdir} && $self->{tmpfile} && $self->{type};
|
|
1069 |
|
|
1068 |
my $copy_to_webdav = $::instance_conf->get_webdav_documents && !$self->{preview} && $self->{tmpdir} && $self->{tmpfile} && $self->{type} |
|
1069 |
&& $self->{type} ne 'statement'; |
|
1070 | 1070 |
if ( $ext_for_format eq 'pdf' && $self->doc_storage_enabled ) { |
1071 | 1071 |
$self->append_general_pdf_attachments(filepath => $self->{tmpdir}."/".$self->{tmpfile}, |
1072 | 1072 |
type => $self->{type}); |
Auch abrufbar als: Unified diff
Kein Webdav-Datei für statement.tex anlegen
Fix für alte PDF-Archivierungsfunktion im WebDAV.
Falls PDF-Archivierung für WebDAV aktiviert ist,
kann die Liste der offenen Forderungen / Verbindlichkeiten
nicht gedruckt werden. Die eigentlich Fehlermeldung (no path for type)
wird durch das aktuelle Model auch unterdrückt und es kommt nur
ein unsinniges Template not found at Layout/Top.pm line 20.