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:
parent
7596800a20
commit
9258ece3fd
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user