X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fquotation_pkg_detail.pm;h=76e2fd15df62993232e277479d62e6fe680a6859;hb=02d73ef84103d6bdaf49e6a179a0ad46f9719d25;hp=ce13589f09b757b526369885580ea50a6488c88e;hpb=f32ac83068c6211f829f1688a1a9cdec71bc6ec7;p=freeside.git diff --git a/FS/FS/quotation_pkg_detail.pm b/FS/FS/quotation_pkg_detail.pm index ce13589f0..76e2fd15d 100644 --- a/FS/FS/quotation_pkg_detail.pm +++ b/FS/FS/quotation_pkg_detail.pm @@ -42,6 +42,10 @@ for the relevant L detail text +=item copy_on_order + +flag, indicates detail should be copied over when ordering + =cut # 'format' field isn't used, there for TemplateItem_Mixin @@ -109,6 +113,7 @@ sub check { $self->ut_numbern('detailnum') || $self->ut_foreign_key('quotationpkgnum', 'quotation_pkg', 'quotationpkgnum') || $self->ut_text('detail') + || $self->ut_flag('copy_on_order') ; return $error if $error;