Revision 1a1afe1c
Von Werner Hahn vor mehr als 8 Jahren hinzugefügt
SL/BackgroundJob/ShopOrderMassTransfer.pm | ||
---|---|---|
43 | 43 |
# die "can't find shoporder with id $shop_order_id" unless $shop_order; |
44 | 44 |
#TODO Kundenabfrage so ändern, dass es nicht abricht |
45 | 45 |
unless($shop_order){ |
46 |
push @{ $error_report{$shop_order_id}} }, 'Shoporder not found';
|
|
46 |
push @{ $error_report{$shop_order_id}} , 'Shoporder not found'; |
|
47 | 47 |
} |
48 | 48 |
my $customer = SL::DB::Manager::Customer->find_by(id => $shop_order->{kivi_customer_id}); |
49 | 49 |
die "Can't find customer" unless $customer; |
Auch abrufbar als: Unified diff
ShopOrder: typo