Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision e041f5b4

Von Jan Büren vor etwa 1 Jahr hinzugefügt

  • ID e041f5b4d2437a565f5cc41cd540018cbf183942
  • Vorgänger 8b97d175
  • Nachfolger 99857a4a

Aufruf zum IMAP-Client korrigiert

Unterschiede anzeigen:

SL/Controller/Order.pm
2279 2279
  }) || push(@{$errors}, $db->error);
2280 2280

  
2281 2281
  if ($is_new && $self->order->is_sales) {
2282
    my $imap_client = SL::Mail::IMAP::Client->new();
2282
    my $imap_client = SL::IMAPClient->new();
2283 2283
    if ($imap_client) {
2284 2284
      $imap_client->create_folder_for_record($self->order);
2285 2285
    }

Auch abrufbar als: Unified diff