diff options
author | Christopher Burger <burgerc@freeside.biz> | 2017-08-30 13:53:48 -0400 |
---|---|---|
committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-30 13:53:48 -0400 |
commit | 0ba5bbd31a7bd3bc99c6173d28ea9de7103c1b84 (patch) | |
tree | 1f2fbd4649b6fb78b0f003c8a7ef29b634380a8d | |
parent | 5a4c466a27c68afd539568b9934856ce1ce8f548 (diff) |
RT# 76171 - Added error check on field internal_circuit_id
-rw-r--r-- | FS/FS/svc_circuit.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/svc_circuit.pm b/FS/FS/svc_circuit.pm index eb0750c8b..7f49715b9 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 |