[freeside-commits] freeside/FS/FS phone_avail.pm,1.8,1.9

Erik Levinson levinse at wavetail.420.am
Tue Dec 28 09:20:17 PST 2010


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv14182/FS/FS

Modified Files:
	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.8
retrieving revision 1.9
diff -u -w -d -r1.8 -r1.9
--- phone_avail.pm	10 Nov 2010 19:31:38 -0000	1.8
+++ phone_avail.pm	28 Dec 2010 17:20:15 -0000	1.9
@@ -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