Merge branch 'master' of git.freeside.biz:/home/git/freeside
[freeside.git] / FS / FS / discount.pm
index 88cbdd4..f6f9945 100644 (file)
@@ -136,6 +136,7 @@ sub check {
     || $self->ut_floatn('months') #actually decimal, but this will do
     || $self->ut_enum('disabled', [ '', 'Y' ])
     || $self->ut_enum('setup', [ '', 'Y' ])
+    #|| $self->ut_enum('linked', [ '', 'Y' ])
   ;
   return $error if $error;