Revision deb78525
Von Werner Hahn vor etwa 3 Jahren hinzugefügt
SL/BackgroundJob/MassRecordCreationAndPrinting.pm | ||
---|---|---|
|
||
my $job_obj = $self->{job_obj};
|
||
my $db = $job_obj->db;
|
||
my $dbh = SL::DB->client->dbh;
|
||
my $dbh = $db->dbh;
|
||
|
||
$job_obj->set_data(status => CONVERTING_DELIVERY_ORDERS())->save;
|
||
|
Auch abrufbar als: Unified diff
MassRecordCreationAndPrinting: dbh transactions sicherer