[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 71d596e226c4bc1b6a2522edadb99c63b448e031
Ivan
ivan at 420.am
Sun Mar 4 16:17:35 PST 2012
The branch, FREESIDE_2_3_BRANCH has been updated
via 71d596e226c4bc1b6a2522edadb99c63b448e031 (commit)
from 4e81a1e1637f95035af0e529370b4fbaf2f09d7d (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 71d596e226c4bc1b6a2522edadb99c63b448e031
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Mar 4 16:17:34 2012 -0800
don't trigger exports when upgrading svc_broadband
diff --git a/FS/FS/svc_broadband.pm b/FS/FS/svc_broadband.pm
index f6e9177..1808601 100755
--- a/FS/FS/svc_broadband.pm
+++ b/FS/FS/svc_broadband.pm
@@ -584,6 +584,8 @@ sub mac_addr_formatted {
sub _upgrade_data {
my $class = shift;
+ local($FS::svc_Common::noexport_hack) = 1;
+
# set routernum to addr_block.routernum
foreach my $self (qsearch('svc_broadband', {
blocknum => {op => '!=', value => ''},
-----------------------------------------------------------------------
Summary of changes:
FS/FS/svc_broadband.pm | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
More information about the freeside-commits
mailing list