diff options
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/Schema.pm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 1794c12ec..ebf4f37da 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1138,9 +1138,10 @@ sub tables_hashref { { columns => [ 'invnum' ], table => 'cust_bill_void', }, - { columns => [ 'pkgnum' ], - table => 'cust_pkg', - }, + #pkgnum 0 and -1 are used for special things + #{ columns => [ 'pkgnum' ], + # table => 'cust_pkg', + #}, { columns => [ 'pkgpart_override' ], table => 'part_pkg', references => [ 'pkgpart' ], |