@senior-gestao-empresarial/erpx-components 4.9.1-develop-8091f47a → 4.9.1-develop-720b37a0

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.
@@ -29718,9 +29718,7 @@ var ErpTributosComponent = /** @class */ (function () {
29718
29718
  tributo === EnumTipoTributo.CBS_ESTORNO_CREDITO ||
29719
29719
  tributo === EnumTipoTributo.IBS_ESTORNO_CREDITO ||
29720
29720
  tributo === EnumTipoTributo.CBS_AJUSTE ||
29721
- tributo === EnumTipoTributo.IBS_AJUSTE ||
29722
- tributo === EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
29723
- tributo === EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO)
29721
+ tributo === EnumTipoTributo.IBS_AJUSTE)
29724
29722
  defaultFilter = __spread(defaultFilter, [
29725
29723
  {
29726
29724
  field: 'classificacaoTributaria.indGEstornoCred',
@@ -29738,13 +29736,14 @@ var ErpTributosComponent = /** @class */ (function () {
29738
29736
  ? EnumLogicalOperator.Eq
29739
29737
  : EnumLogicalOperator.Ne,
29740
29738
  values: [EnumIndicativoPadrao.EXIGE]
29741
- },
29739
+ }
29740
+ ]);
29741
+ if (tributo === EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
29742
+ tributo === EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO)
29743
+ defaultFilter = __spread(defaultFilter, [
29742
29744
  {
29743
29745
  field: 'indGTransfCred',
29744
- operator: tributo === EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
29745
- tributo === EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO
29746
- ? EnumLogicalOperator.Eq
29747
- : EnumLogicalOperator.Ne,
29746
+ operator: EnumLogicalOperator.Eq,
29748
29747
  values: [EnumIndicativoPadrao.EXIGE]
29749
29748
  }
29750
29749
  ]);