bdpformulas 1.0.93 → 1.0.95
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.
|
@@ -40,7 +40,7 @@ const anadirDeclaracionJurada = (balanceMap, balanceArray, declaracionJurada) =>
|
|
|
40
40
|
const referencia = [];
|
|
41
41
|
referencia.push(arrayValue(['SOL_ACT_001'], 'ACT_CN_11001'));
|
|
42
42
|
referencia.push(arrayValue(['SOL_ACT_002'], 'ACT_CN_11002'));
|
|
43
|
-
referencia.push(arrayValue(['SOL_ACT_011'], 'ACT_CN_11003'));
|
|
43
|
+
referencia.push(arrayValue(['SOL_ACT_011', 'SOL_ACT_007'], 'ACT_CN_11003'));
|
|
44
44
|
referencia.push(arrayValue(['SOL_ACT_003'], 'ACT_CN_12001'));
|
|
45
45
|
referencia.push(arrayValue([
|
|
46
46
|
'SOL_ACT_005',
|
|
@@ -179,7 +179,7 @@ const gastosFamiliaresM = (actividad, data) => {
|
|
|
179
179
|
for (let i = 1; i <= 12; i++) {
|
|
180
180
|
// row[`Monto${i}`] =
|
|
181
181
|
// Math.round(parseFloat(otrosGastos.gastosFamiliares) * 100) / 100
|
|
182
|
-
row[`Monto${i}`] = Math.round(parseFloat(otrosGastos.
|
|
182
|
+
row[`Monto${i}`] = Math.round(parseFloat(otrosGastos.GastosFamiliares));
|
|
183
183
|
}
|
|
184
184
|
const existente = data.FlujoProyectadoMensual.findIndex((el) => el.UUID === row.UUID);
|
|
185
185
|
if (existente >= 0) {
|