Comparing version 3.0.41 to 3.0.42
@@ -337,3 +337,6 @@ (function() { | ||
pickings = _this._getResult(xml, "changeOutcomeStatus"); | ||
return pickings.map(function(it) { | ||
return pickings.filter(function(it) { | ||
var _ref; | ||
return ((_ref = it.idStatusSalida) != null ? _ref[0] : void 0) === "14"; | ||
}).map(function(it) { | ||
return { | ||
@@ -340,0 +343,0 @@ order_id: it.idPedido[0], |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "3.0.41", | ||
"version": "3.0.42", | ||
"main": "build/almexApi.js", | ||
@@ -11,0 +11,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
79935
731