projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c31cf3
)
fix username check, RT#9608
author
ivan
<ivan>
Thu, 25 Nov 2010 02:35:45 +0000
(
02:35
+0000)
committer
ivan
<ivan>
Thu, 25 Nov 2010 02:35:45 +0000
(
02:35
+0000)
FS/FS/ClientAPI/Agent.pm
patch
|
blob
|
history
diff --git
a/FS/FS/ClientAPI/Agent.pm
b/FS/FS/ClientAPI/Agent.pm
index
3f95947
..
923920d
100644
(file)
--- a/
FS/FS/ClientAPI/Agent.pm
+++ b/
FS/FS/ClientAPI/Agent.pm
@@
-151,7
+151,7
@@
sub agent_list_customers {
sub check_username {
my $p = shift;
- my($session, $agentnum, $svc_acct) = _session_agentnum_svc_acct
_check
($p);
+ my($session, $agentnum, $svc_acct) = _session_agentnum_svc_acct($p);
return { 'error' => $session } unless ref($session);
{ 'error' => '',