fix order_pkg-no_start_date option, RT#25650, fallout from RT#24955, fallout from...
[freeside.git] / httemplate / misc / cust-part_pkg.cgi
index 6c4524c..54973bc 100644 (file)
@@ -35,7 +35,7 @@ my $conf = new FS::Conf;
 
 my $date_format = $conf->config('date_format') || '%m/%d/%Y';
 
-my $default_start_date = $conf->exists('order_pkg-no_start-date')
+my $default_start_date = $conf->exists('order_pkg-no_start_date')
                            ? ''
                            : $cust_main->next_bill_date;