[freeside-commits] freeside/FS/FS/part_export ikano.pm,1.19,1.20

Ivan,,, ivan at wavetail.420.am
Sat Mar 12 18:31:13 PST 2011


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

Modified Files:
	ikano.pm 
Log Message:
qualification address handling changes, RT#7111

Index: ikano.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/ikano.pm,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -w -d -r1.19 -r1.20
--- ikano.pm	12 Mar 2011 21:30:57 -0000	1.19
+++ ikano.pm	0 ??? 1900 4203292:32537:-646258688 -0000	1.20
@@ -42,6 +42,21 @@
 
 sub external_pkg_map { 1; }
 
+sub location_types {
+  (
+    ''     => '(None)',
+    'APT'  => 'Apartment',
+    'BLDG' => 'Building',
+    'FLR'  => 'Floor',
+    'LOT'  => 'Lot',
+    'RM'   => 'Room',
+    'SLIP' => 'Slip',
+    'TRLR' => 'Trailer',
+    'UNIT' => 'Unit',
+    'WING' => 'Wing',
+  );
+}
+
 sub dsl_pull {
 # we distinguish between invalid new data (return error) versus data that
 # has legitimately changed (may eventually execute hooks; now just update)
@@ -263,7 +278,6 @@
     my($self,$qual) = (shift,shift);
 
     my %location_hash = $qual->location_hash; 
-    warn Dumper $qual->location_hash;
     return 'No address provided' unless keys %location_hash;
 
     my $svctn = $qual->phonenum;



More information about the freeside-commits mailing list