[freeside-commits] branch FREESIDE_3_BRANCH updated. 4386d67b6b49d2915be38ccfefae474e95849611
Ivan
ivan at 420.am
Wed Jan 7 20:41:34 PST 2015
The branch, FREESIDE_3_BRANCH has been updated
via 4386d67b6b49d2915be38ccfefae474e95849611 (commit)
from 2db2d08f0196788b8ca4ae975b89c5acc001cde5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4386d67b6b49d2915be38ccfefae474e95849611
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed Jan 7 20:41:31 2015 -0800
fix v3 existing customer quotation order, RT#31963
diff --git a/FS/FS/quotation.pm b/FS/FS/quotation.pm
index 401711b..19be006 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
-----------------------------------------------------------------------
Summary of changes:
FS/FS/quotation.pm | 9 +++++++++
1 file changed, 9 insertions(+)
More information about the freeside-commits
mailing list