[freeside-commits] freeside/FS/FS phone_avail.pm,1.4.8.4,1.4.8.5
Erik Levinson
levinse at wavetail.420.am
Tue Dec 28 09:20:18 PST 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14196/FS/FS
Modified Files:
Tag: FREESIDE_2_1_BRANCH
phone_avail.pm
Log Message:
UI enhancements to phone_avail report, RT10464
Index: phone_avail.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/phone_avail.pm,v
retrieving revision 1.4.8.4
retrieving revision 1.4.8.5
diff -u -w -d -r1.4.8.4 -r1.4.8.5
--- phone_avail.pm 10 Nov 2010 19:31:38 -0000 1.4.8.4
+++ phone_avail.pm 28 Dec 2010 17:20:16 -0000 1.4.8.5
@@ -162,6 +162,17 @@
qsearchs('cust_svc', { 'svcnum' => $self->svcnum });
}
+=item part_export
+
+=cut
+
+sub part_export {
+ my $self = shift;
+ return '' unless $self->exportnum;
+ qsearchs('part_export', { 'exportnum' => $self->exportnum });
+}
+
+
sub process_batch_import {
my $job = shift;
More information about the freeside-commits
mailing list