From: ivan Date: Tue, 2 Oct 2007 00:31:21 +0000 (+0000) Subject: this flag has nothing to do with recur tax :) X-Git-Tag: TRIXBOX_2_6~329 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=cd7e426948150000ef864834d82a9ea8217a2801;p=freeside.git this flag has nothing to do with recur tax :) --- diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index e147e6818..a5954e949 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1156,7 +1156,8 @@ sub tables_hashref { 'status', 'varchar', '', $char_d, '', '', 'statustext', 'text', 'NULL', '', '', '', 'svcnum', 'int', 'NULL', '', '', '', - 'secure', 'char', 'NULL', 1, '', '', # Y = recur tax exempt + 'secure', 'char', 'NULL', 1, '', '', # Y = needs to be run on machine + # w/private key ], 'primary_key' => 'jobnum', 'unique' => [],