X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FSchema.pm;fp=FS%2FFS%2FSchema.pm;h=774a11f2707898e7b98b64d51ad9bdb49fcfc578;hp=a71b90249bd38294a46518ddf16e9008b2ef4996;hb=818ae79719404b6b7a665872e0f7b57a6716a193;hpb=b75eefd0de474bc68eb271e122f0895a78dabc28 diff --git a/FS/FS/Schema.pm b/FS/FS/Schema.pm index a71b90249..774a11f27 100644 --- a/FS/FS/Schema.pm +++ b/FS/FS/Schema.pm @@ -1389,6 +1389,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' => [],