add banned credit card / ACH table, re-do cancel popup to have a checkbox to ban...
[freeside.git] / bin / generate-table-module
index 0baf23d..14ae653 100755 (executable)
@@ -80,6 +80,8 @@ close TEST;
 # add them to MANIFEST
 ###
 
+system('cvs edit FS/MANIFEST');
+
 open(MANIFEST,">>FS/MANIFEST") or die $!;
 print MANIFEST "FS/$table.pm\n",
                "t/$table.t\n";