X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=7c6548a894749380dabc809dd03fb9a42e1e556b;hb=5b87686b7a7f09e766bb1749628365b81f4f72fc;hp=8d4f5d1c9cd2b4c27cccc5ebfc24838371a8fa0a;hpb=250e277720fbe288875736c7f5f957668f4c1880;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 8d4f5d1c9..7c6548a89 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1804,13 +1804,15 @@ sub tables_hashref { 'taxnum', 'int', '', '', '', '', 'year', 'int', '', '', '', '', 'month', 'int', '', '', '', '', + 'creditbillpkgnum', 'int', 'NULL', '', '', '', 'amount', @money_type, '', '', ], 'primary_key' => 'exemptpkgnum', 'unique' => [], 'index' => [ [ 'taxnum', 'year', 'month' ], [ 'billpkgnum' ], - [ 'taxnum' ] + [ 'taxnum' ], + [ 'creditbillpkgnum' ], ], },