@senior-gestao-empresarial/erpx-components 1.15.2 → 1.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4363,7 +4363,7 @@
4363
4363
  ErpLoteSerieComponent.prototype.onQuantidadeDisponivelDemandaRequest = function (event) {
4364
4364
  var _this = this;
4365
4365
  var listParams = {
4366
- filterQuery: "idExterno eq '" + this.loteSerieParams.orderInformation.items[0].id + "' and qtdDisponivel > 0"
4366
+ filterQuery: "idExterno eq '" + this.loteSerieParams.orderInformation.items[0].id + "' and qtdDisponivel > 0 and numSep is not null"
4367
4367
  };
4368
4368
  if (event instanceof String || typeof event === 'string') {
4369
4369
  listParams.page = 0;