[freeside-commits] branch FREESIDE_4_BRANCH updated. 5209a62a200d4c4ea0206c5d0d180014c045d102

Ivan Kohler ivan at freeside.biz
Sun Oct 28 15:16:53 PDT 2018


The branch, FREESIDE_4_BRANCH has been updated
       via  5209a62a200d4c4ea0206c5d0d180014c045d102 (commit)
      from  57dd3d1026aca4c963df83e4208c9767755680f1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5209a62a200d4c4ea0206c5d0d180014c045d102
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Oct 28 15:16:48 2018 -0700

    svc_hardware dup checking, RT#81534

diff --git a/FS/FS/svc_hardware.pm b/FS/FS/svc_hardware.pm
index 69da0c7a4..a67647366 100644
--- a/FS/FS/svc_hardware.pm
+++ b/FS/FS/svc_hardware.pm
@@ -225,7 +225,7 @@ sub _check_duplicate {
     my @dup_mac;
     @dup_mac = $self->find_duplicates('global', 'hw_addr');
     if ( @dup_mac ) {
-      return "MAC address in use (svcnum ".$dup_mac[0]->svcnum.")";
+      return "Hardware address in use (svcnum ".$dup_mac[0]->svcnum.")";
     }
   }
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/svc_hardware.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list