@seniorsistemas/yms-integration 1.32.0-43dba3d7-328f-457b-8409-02c6473b6ba9 → 1.32.0-47fa0c20-db55-489c-907e-fc1fbdebf734

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.
@@ -3692,7 +3692,7 @@ var RegisterDocumentComponent = /** @class */ (function () {
3692
3692
  { label: this.translate.instant("yms.int.wms_grid_document_invoice_condition_authorized"), value: InvoiceCondition.AUTHORIZED },
3693
3693
  { label: this.translate.instant("yms.int.wms_grid_document_invoice_condition_manual_authorized"), value: InvoiceCondition.MANUAL_AUTHORIZED },
3694
3694
  { label: this.translate.instant("yms.int.wms_grid_document_invoice_condition_partial_authorized"), value: InvoiceCondition.PARTIAL_AUTHORIZED },
3695
- { label: this.translate.instant("yms.int.wms_grid_document_invoice_condition_devolucion"), value: InvoiceCondition.AUTHORIZED },
3695
+ { label: this.translate.instant("yms.int.wms_grid_document_invoice_condition_devolucion"), value: InvoiceCondition.DEVOLUTION },
3696
3696
  ];
3697
3697
  }
3698
3698
  RegisterDocumentComponent.prototype.ngOnInit = function () {