show illegal email addresses used for invoice destinations
authorivan <ivan>
Thu, 31 Mar 2005 09:07:20 +0000 (09:07 +0000)
committerivan <ivan>
Thu, 31 Mar 2005 09:07:20 +0000 (09:07 +0000)
FS/FS/cust_main_invoice.pm

index 03863b8..48f47e0 100644 (file)
@@ -136,7 +136,7 @@ sub checkdest {
     my($user, $domain) = ($1, $2);
     $self->dest("$1\@$2");
   } else {
-    return gettext("illegal_email_invoice_address");
+    return gettext("illegal_email_invoice_address"). ': '. $self->dest;
   }
 
   ''; #no error