FAvor agregar validación de que la abreviatura del tipo de ingreso debe ser única por empresa, para evitar que de un error no controlado: System.Data.UpdateException: An error occurred while updating the entries. See the inner exception for details. ---> System.Data.SqlClient.SqlException: Cannot insert duplicate key row in object 'sal.tig_tipos_ingreso' with unique index 'ix_saltig_codcia_abreviatura'. The duplicate key value is (2, 45). The statement has been terminated. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at ... CONSIDERO NECESARIO DARLE UNA FUMIGADA AL SISTEMA DE ESTAS VALIDACIONES BÁSICAS. asked 01 Aug '14, 14:29 Juan Carlos Soria |
Ya se creó un Issue #1641 para revisar esta validación en el tipo de ingreso, el tipo de descuento y el tipo de reserva answered 05 Aug '14, 18:42 Fernando Paz ♦♦ |