X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FSchema.pm;h=5963312ae269b033e6cb19d9a15cb7ab6ab0ef10;hb=59e56007d602991c13fcb18e928762c070c394e6;hp=9e7b07f1948a08a08c9819c764d26e6410194779;hpb=6e378bcfac9d6a5107ba4154b3882aa7ea512905;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 9e7b07f19..5963312ae 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -496,6 +496,9 @@ sub tables_hashref { 'sdate', @date_type, '', '', 'edate', @date_type, '', '', 'itemdesc', 'varchar', 'NULL', $char_d, '', '', + 'quantity', 'int', 'NULL', '', '', '', + 'unitsetup', @money_type, '', '', + 'unitrecur', @money_type, '', '', ], 'primary_key' => 'billpkgnum', 'unique' => [], @@ -908,6 +911,7 @@ sub tables_hashref { 'change_pkgnum', 'int', 'NULL', '', '', '', 'change_pkgpart', 'int', 'NULL', '', '', '', 'manual_flag', 'char', 'NULL', 1, '', '', + 'quantity', 'int', 'NULL', '', '', '', ], 'primary_key' => 'pkgnum', 'unique' => [],