2
0
Michaël Van Canneyt 3 жил өмнө
parent
commit
6ab796a4b5

+ 1 - 1
packages/fcl-db/extjsdataset.pas

@@ -228,7 +228,7 @@ Var
 
 begin
   Result:=True;
-  if anUpdate.OriginalStatus=usDeleted then
+  if anUpdate.Status=usDeleted then
     exit;
   D:=anUpdate.ServerData;
   If isNull(D) then