diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2017-08-30 13:53:48 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2017-08-31 10:13:59 -0400 |
| commit | 5daa8d5c842af3ae4b94cc9a4f5c6a0a9cef9eac (patch) | |
| tree | 058fda0ed7a45f80037644c7d2ca75edebc9ff3e | |
| parent | 34636a1bc463209f1c43900d6e1a7c9626036edc (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 |
