summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/part_export/infostreet.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/FS/FS/part_export/infostreet.pm b/FS/FS/part_export/infostreet.pm
index 8bf227d82..40dee487a 100644
--- a/FS/FS/part_export/infostreet.pm
+++ b/FS/FS/part_export/infostreet.pm
@@ -14,7 +14,8 @@ use FS::part_export;
'state' => 'state',
'zipCode' => 'zip',
'country' => 'country',
- 'phoneNumber' => 'dayphone',
+ 'phoneNumber' => 'daytime',
+ 'faxNumber' => 'night',
);
sub rebless { shift; }