[freeside-commits] branch master updated. 04acd6c7c1711d316e1e00c7ab1397a9f0205723
Ivan
ivan at 420.am
Thu Feb 4 16:20:11 PST 2016
The branch, master has been updated
via 04acd6c7c1711d316e1e00c7ab1397a9f0205723 (commit)
from db81a59214509f9687be947bc76d34f33edac3d4 (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 04acd6c7c1711d316e1e00c7ab1397a9f0205723
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Feb 4 16:20:09 2016 -0800
fix replace script, RT#40031
diff --git a/bin/svc.replace b/bin/svc.replace
index ad9cc43..a9ceada 100644
--- a/bin/svc.replace
+++ b/bin/svc.replace
@@ -6,7 +6,7 @@ use FS::Record qw( qsearch );
use FS::cust_svc;
my $user = shift or die &usage;
-adminsuidsetup;
+adminsuidsetup $user;
my $svcpart = shift or die &usage;
-----------------------------------------------------------------------
Summary of changes:
bin/svc.replace | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the freeside-commits
mailing list