sigesp 1.1.58-20250723 → 1.1.61-20250729

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.
@@ -13896,10 +13896,10 @@ class MMetodoBanco extends MBasicModel {
13896
13896
  this.tipoCuentaCreditoNominal = '';
13897
13897
  this.tipoCuentaDebitoNominal = '';
13898
13898
  this.codigoOficinaNomina = '';
13899
- this.pagoTaquillaNomina = 0;
13900
13899
  this.numeroReferencia = 0;
13901
13900
  this.numeroConvenio = '';
13902
13901
  this.activo = 0;
13902
+ this.usarRifLinea = 0;
13903
13903
  if (e) {
13904
13904
  this.idEnterprise = +e.id_enterprise;
13905
13905
  this.idEmpresa = +e.id_empresa;
@@ -13912,7 +13912,7 @@ class MMetodoBanco extends MBasicModel {
13912
13912
  this.tipoCuentaCreditoNominal = e.tipcuecrenom;
13913
13913
  this.tipoCuentaDebitoNominal = e.tipcuedebnom;
13914
13914
  this.codigoOficinaNomina = e.codofinom;
13915
- this.pagoTaquillaNomina = parseInt(e.pagtaqnom);
13915
+ this.usarRifLinea = parseInt(e.usariflin);
13916
13916
  this.numeroReferencia = parseInt(e.nroref);
13917
13917
  this.activo = parseInt(e.activo);
13918
13918
  this.numeroConvenio = e.numconnom;
@@ -13934,7 +13934,7 @@ class MMetodoBanco extends MBasicModel {
13934
13934
  tipcuecrenom: this.tipoCuentaCreditoNominal,
13935
13935
  tipcuedebnom: this.tipoCuentaDebitoNominal,
13936
13936
  codofinom: this.codigoOficinaNomina,
13937
- pagtaqnom: this.pagoTaquillaNomina.toString(),
13937
+ usariflin: this.usarRifLinea.toString(),
13938
13938
  nroref: this.numeroReferencia.toString(),
13939
13939
  activo: this.activo.toString(),
13940
13940
  numconnom: this.numeroConvenio,