From: Ivan Kohler Date: Thu, 8 Jan 2015 04:41:31 +0000 (-0800) Subject: fix v3 existing customer quotation order, RT#31963 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=4386d67b6b49d2915be38ccfefae474e95849611 fix v3 existing customer quotation order, RT#31963 --- 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