Fixed issue which caused time tracker to complete on post and not allow you to make changes

This commit is contained in:
Frank Dillon 2008-06-20 20:05:45 +00:00
parent 05cf8fa24c
commit bba9788f92
3 changed files with 14 additions and 14 deletions

View file

@ -64,7 +64,7 @@ sub definition {
defaultValue=> 0
},
defaultValue=>{
defaultValue=>1
defaultValue=>undef
},
});
return $class->SUPER::definition($session, $definition);