@senior-agronegocio/angular-components 0.0.86 → 0.0.87

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.
@@ -4727,8 +4727,8 @@
4727
4727
  { path: null, field: InputFields.INVOICE_TYPE, operation: EventOperation.ORIGINATION_CREATE_INVOICE },
4728
4728
  { path: "invoiceCreateRecordIn.0", field: InputFields.INVOICE_TYPE, operation: EventOperation.CREATE_INVOICE_FIXATION },
4729
4729
  { path: "invoiceCancelRecordIn.0", field: InputFields.INVOICE_TYPE, operation: EventOperation.CANCEL_INVOICE_FIXATION },
4730
- { path: "invoiceCreateRecordIn.0", field: InputFields.INVOICE_NUMBER, operation: EventOperation.CLOSE_INVOICE_FIXATION },
4731
- { path: "invoiceCreateRecordIn.0", field: InputFields.INVOICE_NUMBER, operation: EventOperation.REOPEN_INVOICE_FIXATION },
4730
+ { path: null, field: InputFields.INVOICE_NUMBER, operation: EventOperation.CLOSE_INVOICE_FIXATION },
4731
+ { path: null, field: InputFields.INVOICE_NUMBER, operation: EventOperation.REOPEN_INVOICE_FIXATION },
4732
4732
  ];
4733
4733
 
4734
4734
  var EventOrigin;