diff options
| -rw-r--r-- | FS/FS/part_pkg.pm | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/FS/FS/part_pkg.pm b/FS/FS/part_pkg.pm index aa39d890b..9de27f813 100644 --- a/FS/FS/part_pkg.pm +++ b/FS/FS/part_pkg.pm @@ -687,7 +687,8 @@ sub option {    my %plandata = map { /^(\w+)=(.*)$/; ( $1 => $2 ); }                       split("\n", $self->get('plandata') );    return $plandata{$opt} if exists $plandata{$opt}; -  cluck "Package definition option $opt not found in options or plandata!\n" +  cluck "WARNING: (pkgpart ". $self->pkgpart. ") Package def option $opt". +        "not found in options or plandata!\n"      unless $ornull;    '';  } | 
