[freeside-commits] branch FREESIDE_4_BRANCH updated. 91e5e9cab28d10b19a80681e2d89632a991b04d7
Ivan
ivan at 420.am
Thu Feb 4 16:20:15 PST 2016
The branch, FREESIDE_4_BRANCH has been updated
via 91e5e9cab28d10b19a80681e2d89632a991b04d7 (commit)
from 020fcecce0c6932c948dd914f61932f5116b3c80 (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 91e5e9cab28d10b19a80681e2d89632a991b04d7
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Feb 4 16:20:14 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