diff --git a/src/fp/fplib03.cpp b/src/fp/fplib03.cpp index 0d3d19e39..06962c865 100644 --- a/src/fp/fplib03.cpp +++ b/src/fp/fplib03.cpp @@ -37,14 +37,9 @@ bool TFp_mail_sender::genera_pdf() return false; } -#ifdef DBG - TFilename pdf; - _pdf_path.cut(0) << "C:\\campo12\\temp\\admin"; -#else TFilename pdf; _pdf_path.cut(0) << pdf.tempdir(); -#endif - pdf << _pdf_path << _pdf_name; + pdf.cut(0) << _pdf_path << _pdf_name; if (!pdf.exist()) { error_box("Attenzione! Non è stato possibile generare il PDF"); return false; @@ -64,7 +59,7 @@ bool TFp_mail_sender::send() if (_error == K_NO) _error = -1; if (_error == -1 || _error == K_SPACE) - return false; + return false; // Gestione decisione se inviare tutte quelle gia inviate o no (singola) o annullare (tutte) }