add -t flag to bulk void for payment type, RT#73413
[freeside.git] / bin / freeside-create-initial-data
index 052f474..4102089 100755 (executable)
@@ -1,5 +1,10 @@
 #!/usr/bin/perl -Tw
 
+#to allow initial insert
+use FS::part_pkg;
+$FS::part_pkg::setup_hack = 1;
+$FS::part_pkg::setup_hack = 1;
+
 use strict;
 use vars qw($opt_d $opt_v);
 use Getopt::Std;