[freeside-commits] branch FREESIDE_3_BRANCH updated. dd25b0b83ee81f3d23b97695ccea1184951d1373
Ivan
ivan at 420.am
Thu Feb 4 16:20:21 PST 2016
The branch, FREESIDE_3_BRANCH has been updated
via dd25b0b83ee81f3d23b97695ccea1184951d1373 (commit)
from 4963d1748730c70ec841ea35783f830fb9c89088 (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 dd25b0b83ee81f3d23b97695ccea1184951d1373
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Feb 4 16:20:20 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