Fix a typo in user output.
This commit is contained in:
parent
117904aff7
commit
3b94bad76d
1 changed files with 1 additions and 1 deletions
|
|
@ -1562,7 +1562,7 @@ $|=1;
|
||||||
if ($csv->parse($line)) {
|
if ($csv->parse($line)) {
|
||||||
my @row = $csv->fields;
|
my @row = $csv->fields;
|
||||||
my $start = [Time::HiRes::gettimeofday];
|
my $start = [Time::HiRes::gettimeofday];
|
||||||
$out->print("Proessing ".join(",", @row)."\n",1);
|
$out->print("Processing ".join(",", @row)."\n",1);
|
||||||
my $event = undef;
|
my $event = undef;
|
||||||
if (defined $assetIdIndex) {
|
if (defined $assetIdIndex) {
|
||||||
$event = WebGUI::Asset::Sku::EMSTicket->new($session, $row[$assetIdIndex]);
|
$event = WebGUI::Asset::Sku::EMSTicket->new($session, $row[$assetIdIndex]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue