X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=6df45e2b1f9fc806b3fffb898ea494283199e72d;hp=c50207708dfb33e79d8c6f74527d867dffafb3b4;hb=3564f619654c5cbf22fc2acbe7eff0c08308e859;hpb=fb4a7232c2d703e0a6b8743521b77ae292bb1df8 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index c50207708..6df45e2b1 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1576,6 +1576,9 @@ sub tables_hashref { #'cust_balance', @money_type, '', '', 'paynum', 'int', 'NULL', '', '', '', 'jobnum', 'bigint', 'NULL', '', '', '', + 'invnum', 'int', 'NULL', '', '', '', + 'manual', 'char', 'NULL', 1, '', '', + 'discount_term','int', 'NULL', '', '', '', ], 'primary_key' => 'paypendingnum', 'unique' => [ [ 'payunique' ] ],