@seniorsistemas/yms-integration 1.36.0 → 1.37.0
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 -0
- 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/wms/components/document-grid/insert-key/insert-key.component.js +2 -1
- package/esm2015/src/wms/entities/document/find-documents-input.js +1 -1
- package/esm5/src/wms/components/document-grid/insert-key/insert-key.component.js +2 -1
- package/esm5/src/wms/entities/document/find-documents-input.js +1 -1
- package/fesm2015/seniorsistemas-yms-integration.js +1 -0
- package/fesm2015/seniorsistemas-yms-integration.js.map +1 -1
- package/fesm5/seniorsistemas-yms-integration.js +1 -0
- package/fesm5/seniorsistemas-yms-integration.js.map +1 -1
- package/package.json +1 -1
- package/src/wms/entities/document/find-documents-input.d.ts +1 -0
|
@@ -3904,6 +3904,7 @@ var InsertKeyComponent = /** @class */ (function () {
|
|
|
3904
3904
|
var _this = this;
|
|
3905
3905
|
this.isLoading = true;
|
|
3906
3906
|
var key = {
|
|
3907
|
+
purchaseOrder: this.formGroup.get('purchaseOrder').value,
|
|
3907
3908
|
documentKeys: [this.formGroup.get('key').value],
|
|
3908
3909
|
invoices: [{
|
|
3909
3910
|
number: this.formGroup.get('invoiceNumber').value,
|