X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=cf5c4c1caacabc137ab053c93b9318f721df90c0;hb=e80770898cc86365b335845dd1a02b4d82bd7e40;hp=40c61bbaae3ef7fd92118fc30f894428faea8fca;hpb=622c72770c971ae44d37dfb59a0f25972051a25a;p=freeside.git diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 40c61bbaa..cf5c4c1ca 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1739,6 +1739,7 @@ sub tables_hashref { 'payunique', 'varchar', 'NULL', $char_d, '', '', #separate paybatch "unique" functions from current usage 'closed', 'char', 'NULL', 1, '', '', 'pkgnum', 'int', 'NULL', '', '', '', #desired pkgnum for pkg-balances + 'no_auto_apply', 'char', 'NULL', 1, '', '', # cash/check deposit info fields 'bank', 'varchar', 'NULL', $char_d, '', '', 'depositor', 'varchar', 'NULL', $char_d, '', '',