Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 415437ab

Von Werner Hahn vor mehr als 8 Jahren hinzugefügt

  • ID 415437ab32d812e4dcc608180caa7345f07065c8
  • Vorgänger 81868e7f
  • Nachfolger 7f94d4ee

Backgroundjob Shoporder->Auftrag->Lieferschein (auslagern) mit debugmeldungen
Positionen werden beim Shopimport schon nach Artikelnummern geordnet - neue Spalte Position.

Conflicts:
SL/Controller/ShopOrder.pm
SL/ShopConnector/Shopware.pm

Unterschiede anzeigen:

SL/IS.pm
1445 1445

  
1446 1446
sub _determine_wh_and_bin {
1447 1447
  $::lxdebug->enter_sub(2);
1448

  
1448
  if (@_ == 6) {my $dummy = shift;}
1449
$main::lxdebug->dump(0, 'WH:WAREHOUSE ',\@_);
1449 1450
  my ($dbh, $conf, $part_id, $qty, $unit) = @_;
1450 1451
  my @errors;
1451 1452

  
......
1509 1510
    }
1510 1511
  }
1511 1512

  
1513
  $main::lxdebug->dump(0, "WH: BIN: $bin_id -- $wh_id", \@errors);
1512 1514
  $::lxdebug->leave_sub(2);
1513 1515
  return (\@errors, $wh_id, $bin_id);
1514 1516
}

Auch abrufbar als: Unified diff