add quantity and location to self-service package order API, RT#33219
[freeside.git] / FS / FS / part_svc.pm
index e1ae02b..f56878a 100644 (file)
@@ -12,7 +12,7 @@ use FS::export_svc;
 use FS::cust_svc;
 use FS::part_svc_class;
 
-$DEBUG = 1;
+$DEBUG = 0;
 
 =head1 NAME
 
@@ -697,6 +697,8 @@ some components specified by "select-.*.html", and a bunch more...
 
 =item select_label - Used with select_table, this is the field name of labels
 
+=item select_allow_empty - Used with select_table, adds an empty option
+
 =back
 
 =cut