[freeside-commits] branch master updated. 90654bac7f8cbeacd135756396d1673941fe33ca

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


The branch, master has been updated
       via  90654bac7f8cbeacd135756396d1673941fe33ca (commit)
      from  25386efd0e3f725d6cef005eba729840d3b4b3cb (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 90654bac7f8cbeacd135756396d1673941fe33ca
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Sun Oct 28 15:16:45 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