Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 3dc39ccd

Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt

  • ID 3dc39ccdc331df3470271d8f402ef4aea8d1fabf
  • Vorgänger 9fc89302
  • Nachfolger 202809b2

Dunning: Entferne vergessene Debug-Befehle

Unterschiede anzeigen:

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