X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;h=7bc30ef593fb023746a9f0406608f6eb132ca53d;hp=029dbe10caaf9c8c6e085b4096fb60dfe9bc67ab;hb=9db332d80967969856c5b5fe8b6ac91304734b04;hpb=49432ea28e2f6b274d614b8317fc18c423211e4f diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index 029dbe10c..7bc30ef59 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1980,6 +1980,7 @@ sub tables_hashref { 'quotationpkgnum', 'int', '', '', '', '', 'format', 'char', 'NULL', 1, '', '', # not used for anything 'detail', 'varchar', '', 255, '', '', + 'copy_on_order', 'char', 'NULL', 1, '', '', # 'Y' to copy when ordering ], 'primary_key' => 'detailnum', 'unique' => [],