add emailinvoice-apostrophe config option to allow apostrophies in invoice email...
[freeside.git] / bin / generate-table-module
index 509feed..16a23e5 100755 (executable)
@@ -65,6 +65,17 @@ while (my $line = <SRC>) {
 close SRC;
 close DEST;
 
+###
+# add to FS/FS/Mason.pm
+###
+
+# it needs to be:
+# 1. disablable (have an option to turn it off)
+# 2. documented in the schema change docs
+#
+#my $magic = '# Sammath Naur';
+#system("perl -pi -e 's/$magic/use FS::$table;\n  $magic/' FS/FS/Mason.pm");
+
 ###
 # add FS/t/table.t
 ###