[freeside-commits] branch FREESIDE_3_BRANCH updated. 5acdbc586f8d716b1c8a8fd4ead3d73af54021fd

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


The branch, FREESIDE_3_BRANCH has been updated
       via  5acdbc586f8d716b1c8a8fd4ead3d73af54021fd (commit)
      from  47079c956fde5d5e85e1300dd7a6a600137f4fb9 (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 5acdbc586f8d716b1c8a8fd4ead3d73af54021fd
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Oct 28 15:16:08 2018 -0700

    config for svc_hardware dup checking, RT#81534

diff --git a/FS/FS/svc_hardware.pm b/FS/FS/svc_hardware.pm
index f260502f5..012078e21 100644
--- a/FS/FS/svc_hardware.pm
+++ b/FS/FS/svc_hardware.pm
@@ -226,7 +226,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