[freeside-commits] branch FREESIDE_3_BRANCH updated. 47b0ac0d43024d79009fccd8fea34e0136545068
Christopher Burger
burgerc at 420.am
Thu Aug 31 08:10:55 PDT 2017
The branch, FREESIDE_3_BRANCH has been updated
via 47b0ac0d43024d79009fccd8fea34e0136545068 (commit)
from a9c79371a9053340f704adecef9bcd84a78b311d (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 47b0ac0d43024d79009fccd8fea34e0136545068
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 d08390d..96ba1fb 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