@seniorsistemas/yms-integration 1.10.2 → 1.10.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.
- package/bundles/seniorsistemas-yms-integration.umd.js +1 -3
- package/bundles/seniorsistemas-yms-integration.umd.js.map +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js +1 -1
- package/bundles/seniorsistemas-yms-integration.umd.min.js.map +1 -1
- package/esm2015/src/erp-senior/components/nota-form/nota-form.component.js +2 -4
- package/esm5/src/erp-senior/components/nota-form/nota-form.component.js +2 -4
- package/fesm2015/seniorsistemas-yms-integration.js +1 -3
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +1 -3
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
|
@@ -2580,9 +2580,7 @@
|
|
|
2580
2580
|
filialId: this.filialId
|
|
2581
2581
|
})
|
|
2582
2582
|
.pipe(operators.takeUntil(this.unsubscribe$), operators.finalize(function () { return _this.loading = false; }))
|
|
2583
|
-
.subscribe(function () {
|
|
2584
|
-
return _this.validateNotaFiscal;
|
|
2585
|
-
}, function (error) {
|
|
2583
|
+
.subscribe(function (response) { return _this.validateNotaFiscal(response); }, function (error) {
|
|
2586
2584
|
if (!error.ok && error.status == '409') {
|
|
2587
2585
|
_this.botaoDesabilitado = true;
|
|
2588
2586
|
}
|