[freeside-commits] branch master updated. 0ba5bbd31a7bd3bc99c6173d28ea9de7103c1b84

Christopher Burger burgerc at 420.am
Wed Aug 30 10:54:17 PDT 2017


The branch, master has been updated
       via  0ba5bbd31a7bd3bc99c6173d28ea9de7103c1b84 (commit)
      from  5a4c466a27c68afd539568b9934856ce1ce8f548 (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 0ba5bbd31a7bd3bc99c6173d28ea9de7103c1b84
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