mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-12-25 14:10:28 +01:00
class.remote.php send articles before stock (lagersync)
This commit is contained in:
parent
6e834b6df2
commit
4337a6503c
@ -1934,12 +1934,12 @@ class Remote {
|
||||
|
||||
// Bulk transfer (new 2024-06-28)
|
||||
$result = null;
|
||||
if (!empty($lagerexport)) {
|
||||
$result = $this->sendlistlager($id, $data);
|
||||
}
|
||||
if (!empty($artikelexport) && !$nurlager) {
|
||||
$result = $this->sendlist($id, $data, true);
|
||||
}
|
||||
if (!empty($lagerexport)) {
|
||||
$result = $this->sendlistlager($id, $data);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
@ -2060,12 +2060,12 @@ class Remote {
|
||||
|
||||
// Bulk transfer (new 2024-06-28)
|
||||
$result = null;
|
||||
if (!empty($lagerexport)) {
|
||||
$result = $this->sendlistlager($id, $data);
|
||||
}
|
||||
if (!empty($artikelexport) && !$nurlager) {
|
||||
$result = $this->sendlist($id, $data, true);
|
||||
}
|
||||
if (!empty($lagerexport)) {
|
||||
$result = $this->sendlistlager($id, $data);
|
||||
}
|
||||
return $result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user