Index: APPS/Halux/Planning/Capaciteit/impl/ImportFromXLS.cls.xml =================================================================== diff -u -r57446 -r57548 --- APPS/Halux/Planning/Capaciteit/impl/ImportFromXLS.cls.xml (.../ImportFromXLS.cls.xml) (revision 57446) +++ APPS/Halux/Planning/Capaciteit/impl/ImportFromXLS.cls.xml (.../ImportFromXLS.cls.xml) (revision 57548) @@ -84,6 +84,7 @@ Set GeplandeCapaciteit.Resource=Resource Set GeplandeCapaciteit.BaseFactor=BaseFactor Set GeplandeCapaciteit.CorrectieFactor=CorrectieFactor + Do ..BerekenCapaciteit(GeplandeCapaciteit) Do GeplandeCapaciteit.Save() If (Datum'<+$H) && (BaseFactor+CorrectieFactor)>0 { @@ -92,6 +93,16 @@ } ]]> + + +GeplandeCapaciteit:APPS.Halux.Planning.Capaciteit.dto.GeplandeCapaciteit + +