X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fquotation.pm;h=19be00670bf0a53c8a94ab7076e04e3cb6b60212;hp=401711b4aed140701d3014abaa7e7531b77079e7;hb=4386d67b6b49d2915be38ccfefae474e95849611;hpb=2db2d08f0196788b8ca4ae975b89c5acc001cde5 diff --git a/FS/FS/quotation.pm b/FS/FS/quotation.pm index 401711b4a..19be00670 100644 --- a/FS/FS/quotation.pm +++ b/FS/FS/quotation.pm @@ -288,6 +288,15 @@ sub order { } +=item quotation_pkg + +=cut + +sub quotation_pkg { + my $self = shift; + qsearch('quotation_pkg', { 'quotationnum' => $self->quotationnum } ); +} + =back =head1 CLASS METHODS