Errores #133
Updated by Jesús Freire about 7 years ago
Modify pattern DatosLogicos on its method leer of AreaFachada elements, line 1260: <pre> <xsl:if test="$nombreDeLaclaseDeLaClave != 'TT1T'">enteje.setEjerci(conexion.getEnteje().getEjerci());</xsl:if> </pre> If the name of the class isn't TT1T, then ejerci must be extracted from the element received into the parameters, not the ejerci extracted from the Conexion instance. Take an example from the method DLApunte.leerAFApunte(), when it's is validating the account with the ejerci extracted from the Conexion instance, instead of the Apunte instance received by parameter (lines 1034 to 1064)