@senior-gestao-empresarial/erpx-components 3.23.2 → 3.24.1

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.
@@ -1135,7 +1135,7 @@
1135
1135
  taxRateReduction: taxRateReduction,
1136
1136
  governamentalTaxRateReduction: governamentalTaxRateReduction
1137
1137
  });
1138
- return effectiveTaxRate.decimalPlaces(2).toNumber();
1138
+ return effectiveTaxRate.decimalPlaces(4).toNumber();
1139
1139
  }), operators.filter(function (effectiveTaxRate) { return effectiveTaxRate !== formGroup.get('aliquotaEfetiva').value; }))
1140
1140
  .subscribe(function (effectiveTaxRate) {
1141
1141
  formGroup.get('aliquotaEfetiva').setValue(effectiveTaxRate);
@@ -8474,7 +8474,7 @@
8474
8474
  label: _this.translate.instant('erpx.tributos.fields_aliquota_efetiva_label'),
8475
8475
  type: angularComponents$1.FieldType.Money,
8476
8476
  precision: 15,
8477
- scale: 2,
8477
+ scale: 4,
8478
8478
  numberLocaleOptions: _this.percentageLocaleOptions,
8479
8479
  size: { sm: 12, md: 4, lg: 4, xl: 3 },
8480
8480
  onBlur: function () {