[freeside-commits] branch FREESIDE_3_BRANCH updated. 74f252e841ae742b7defe1042e8e9d3d7c513867
Ivan
ivan at 420.am
Tue Feb 2 15:16:24 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via 74f252e841ae742b7defe1042e8e9d3d7c513867 (commit)
from 556e722992efcab0c7c52cd55b7b3a133bef250e (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 74f252e841ae742b7defe1042e8e9d3d7c513867
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Feb 2 15:16:22 2016 -0800
add service replacement script, RT#40031
diff --git a/bin/svc.replace b/bin/svc.replace
index 1d2513a..ad9cc43 100644
--- a/bin/svc.replace
+++ b/bin/svc.replace
@@ -12,6 +12,7 @@ my $svcpart = shift or die &usage;
foreach my $cust_svc ( qsearch('cust_svc', { 'svcpart'=>$svcpart } ) ) {
my $svc_x = $cust_svc->svc_x;
+ $svc_x->setfixed;
my $error = $svc_x->replace;
warn "$error\n" if $error
}
-----------------------------------------------------------------------
Summary of changes:
bin/svc.replace | 1 +
1 file changed, 1 insertion(+)
More information about the freeside-commits
mailing list