Revision 1f2abd3a
Von Jan Büren vor mehr als 1 Jahr hinzugefügt
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
Aufruf zum IMAP-Client korrigiert