erp-dispatcher
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -157,2 +157,7 @@ (function() { | ||
}; | ||
if (item.box) { | ||
if (item.box.length > 0) { | ||
options.formData.sortiergang = item.box[0].sortiergang; | ||
} | ||
} | ||
return request.post(options, (function(_this) { | ||
@@ -174,2 +179,3 @@ return function(err, httpResponse, body) { | ||
try { | ||
console.log(body); | ||
json = JSON.parse(body); | ||
@@ -176,0 +182,0 @@ if (json.success === true) { |
{ | ||
"name": "erp-dispatcher", | ||
"description": "dispatcher between erp system and letter sorter", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"bin": { | ||
@@ -6,0 +6,0 @@ "erp-dispatcher": "./bin/erp-dispatcher" |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45285
665