[freeside-commits] branch FREESIDE_4_BRANCH updated. 5daa8d5c842af3ae4b94cc9a4f5c6a0a9cef9eac

Christopher Burger burgerc at 420.am
Thu Aug 31 07:20:02 PDT 2017


The branch, FREESIDE_4_BRANCH has been updated
       via  5daa8d5c842af3ae4b94cc9a4f5c6a0a9cef9eac (commit)
      from  34636a1bc463209f1c43900d6e1a7c9626036edc (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 5daa8d5c842af3ae4b94cc9a4f5c6a0a9cef9eac
Author: Christopher Burger <burgerc at freeside.biz>
Date:   Wed Aug 30 13:53:48 2017 -0400

    RT# 76171 - Added error check on field internal_circuit_id

diff --git a/FS/FS/svc_circuit.pm b/FS/FS/svc_circuit.pm
index eb0750c..7f49715 100644
--- a/FS/FS/svc_circuit.pm
+++ b/FS/FS/svc_circuit.pm
@@ -201,6 +201,7 @@ sub check {
     || $self->ut_textn('vendor_order_status')
     || $self->ut_ipn('endpoint_ip_addr')
     || $self->ut_textn('endpoint_mac_addr')
+    || $self->ut_textn('internal_circuit_id')
   ;
 
   # no canonical values yet for vendor_order_status or _type

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

Summary of changes:
 FS/FS/svc_circuit.pm |    1 +
 1 file changed, 1 insertion(+)




More information about the freeside-commits mailing list