[freeside-commits] branch master updated. 0995724c15003c7c8a734c895c3044fa1af46506
Ivan
ivan at 420.am
Sun Mar 4 16:17:34 PST 2012
The branch, master has been updated
via 0995724c15003c7c8a734c895c3044fa1af46506 (commit)
from 55a734433fe1625cecca50f85c6da3cecf7c8618 (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 0995724c15003c7c8a734c895c3044fa1af46506
Author: Ivan Kohler <ivan at freeside.biz>
Date: Sun Mar 4 16:17:33 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 18b7036..6f5e170 100755
--- a/FS/FS/svc_broadband.pm
+++ b/FS/FS/svc_broadband.pm
@@ -585,6 +585,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