Revision 3dc39ccd
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/DN.pm | ||
---|---|---|
1240 | 1240 |
$file_path = $latest_object[0]->full_filedescriptor(); |
1241 | 1241 |
} |
1242 | 1242 |
} # end file search |
1243 |
$main::lxdebug->dump(0, "TST: file_name", $file_name); |
|
1244 |
$main::lxdebug->dump(0, "TST: file_path", $file_path); |
|
1245 | 1243 |
|
1246 | 1244 |
my $attachment_filename = $form->get_formname_translation('invoice') . "_" . $invoice->invnumber . ".pdf"; |
1247 | 1245 |
if ($file_name ne '' and $file_path ne '') { |
... | ... | |
1258 | 1256 |
'dunning_id' => $dunning_id, |
1259 | 1257 |
'path' => $file_path, |
1260 | 1258 |
'name' => $file_name }; |
1261 |
$main::lxdebug->dump(0, "TST: form", $form); |
|
1262 | 1259 |
return; |
1263 | 1260 |
} |
1264 | 1261 |
} |
Auch abrufbar als: Unified diff
Dunning: Entferne vergessene Debug-Befehle