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