add ability to link services w/order_pkg method in addition to provisioning new ones
[freeside.git] / bin / add-history-records.pl
index 18c473d..14d7231 100755 (executable)
@@ -43,6 +43,7 @@ foreach my $table (@tables) {
       #print $h_insert_rec . "\n";
       $dbh->do($h_insert_rec);
       die $dbh->errstr if $dbh->err;
+      $dbh->commit or die $dbh->errstr;
       $cnt++;
     }