Poder modificar un presupuesto independientemente de su estado

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@951 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
David Arranz 2009-06-02 16:21:07 +00:00
parent 7596800a20
commit 9258ece3fd

View File

@ -747,7 +747,7 @@ begin
if not Assigned(APresupuesto) then
raise Exception.Create ('Presupuesto no asignado (EsModificable)');
Result := (APresupuesto.SITUACION = SITUACION_PRESUPUESTO_PENDIENTE);
//Result := (APresupuesto.SITUACION = SITUACION_PRESUPUESTO_PENDIENTE);
Result := True;
end;