sigesp 0.9.41-23230321 → 0.9.42-23230327
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.
- package/bundles/sigesp.umd.js +0 -3
- package/bundles/sigesp.umd.js.map +1 -1
- package/bundles/sigesp.umd.min.js +1 -1
- package/bundles/sigesp.umd.min.js.map +1 -1
- package/esm2015/lib/core/interfaces/Configuracion.js +1 -1
- package/esm2015/lib/core/models/CFG/TasaCambio.model.js +1 -4
- package/fesm2015/sigesp.js +0 -3
- package/fesm2015/sigesp.js.map +1 -1
- package/lib/core/interfaces/Configuracion.d.ts +0 -1
- package/lib/core/models/CFG/TasaCambio.model.d.ts +0 -1
- package/package.json +1 -1
package/bundles/sigesp.umd.js
CHANGED
|
@@ -6022,9 +6022,7 @@
|
|
|
6022
6022
|
_this.fechaHasta = '1900-01-01';
|
|
6023
6023
|
_this.montoTasa = 0;
|
|
6024
6024
|
_this.denominacionMoneda = '';
|
|
6025
|
-
_this.idTasaCambio = 0;
|
|
6026
6025
|
if (e) {
|
|
6027
|
-
_this.idTasaCambio = +e.id_tascam;
|
|
6028
6026
|
_this.codigoMoneda = +e.codmon;
|
|
6029
6027
|
_this.fechaDesde = e.fectasdes;
|
|
6030
6028
|
_this.horaCambioTasa = e.horcamtas;
|
|
@@ -6039,7 +6037,6 @@
|
|
|
6039
6037
|
}
|
|
6040
6038
|
MExchangeRate.prototype.dataInterface = function () {
|
|
6041
6039
|
return {
|
|
6042
|
-
id_tascam: this.idTasaCambio.toString(),
|
|
6043
6040
|
codmon: this.codigoMoneda.toString(),
|
|
6044
6041
|
fectasdes: this.fechaDesde,
|
|
6045
6042
|
horcamtas: this.horaCambioTasa,
|