@senior-gestao-empresarial/erpx-components 4.9.1 → 4.9.2

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.
@@ -29918,9 +29918,7 @@
29918
29918
  tributo === exports.EnumTipoTributo.CBS_ESTORNO_CREDITO ||
29919
29919
  tributo === exports.EnumTipoTributo.IBS_ESTORNO_CREDITO ||
29920
29920
  tributo === exports.EnumTipoTributo.CBS_AJUSTE ||
29921
- tributo === exports.EnumTipoTributo.IBS_AJUSTE ||
29922
- tributo === exports.EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
29923
- tributo === exports.EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO)
29921
+ tributo === exports.EnumTipoTributo.IBS_AJUSTE)
29924
29922
  defaultFilter = __spread(defaultFilter, [
29925
29923
  {
29926
29924
  field: 'classificacaoTributaria.indGEstornoCred',
@@ -29938,13 +29936,14 @@
29938
29936
  ? angularComponents.EnumLogicalOperator.Eq
29939
29937
  : angularComponents.EnumLogicalOperator.Ne,
29940
29938
  values: [EnumIndicativoPadrao.EXIGE]
29941
- },
29939
+ }
29940
+ ]);
29941
+ if (tributo === exports.EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
29942
+ tributo === exports.EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO)
29943
+ defaultFilter = __spread(defaultFilter, [
29942
29944
  {
29943
29945
  field: 'indGTransfCred',
29944
- operator: tributo === exports.EnumTipoTributo.CBS_TRANSFERENCIA_CREDITO ||
29945
- tributo === exports.EnumTipoTributo.IBS_TRANSFERENCIA_CREDITO
29946
- ? angularComponents.EnumLogicalOperator.Eq
29947
- : angularComponents.EnumLogicalOperator.Ne,
29946
+ operator: angularComponents.EnumLogicalOperator.Eq,
29948
29947
  values: [EnumIndicativoPadrao.EXIGE]
29949
29948
  }
29950
29949
  ]);