Corregidos textos de excepciones.
git-svn-id: https://192.168.0.254/svn/Proyectos.Acana_FactuGES2/trunk@290 f4e31baf-9722-1c47-927c-6f952f962d4b
This commit is contained in:
parent
370a98ca01
commit
88706d6100
@ -65,7 +65,7 @@ begin
|
|||||||
AConn.CommitTransaction;
|
AConn.CommitTransaction;
|
||||||
|
|
||||||
except
|
except
|
||||||
RaiseError('Error al buscar ejercicio activo de la empresa');
|
RaiseError('Error al buscar el ejercicio activo de la empresa');
|
||||||
AConn.RollbackTransaction;
|
AConn.RollbackTransaction;
|
||||||
end;
|
end;
|
||||||
finally
|
finally
|
||||||
@ -96,7 +96,7 @@ begin
|
|||||||
Result := True;
|
Result := True;
|
||||||
except
|
except
|
||||||
Connection.RollbackTransaction;
|
Connection.RollbackTransaction;
|
||||||
RaiseError('Error al generar el PGC');
|
RaiseError('Error al generar el plan general contable');
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user