X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=ebf4f37dad95375b1eddf1a0639a0b171651f95f;hb=0be78acfcd733ca079ab946f4ba4b46429c28c1c;hp=1794c12ec5ec84ebe42d63ea7657542f7ab124a4;hpb=803b2d18fd3d62da743281b973d9f057a387e9bb;p=freeside.git 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' ],