projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f4c5c0a
)
don't re-my var, quiet warning
author
ivan
<ivan>
Thu, 16 Sep 2004 01:47:39 +0000
(
01:47
+0000)
committer
ivan
<ivan>
Thu, 16 Sep 2004 01:47:39 +0000
(
01:47
+0000)
FS/FS/svc_acct.pm
patch
|
blob
|
history
diff --git
a/FS/FS/svc_acct.pm
b/FS/FS/svc_acct.pm
index
ddd6aa9
..
58442c9
100644
(file)
--- a/
FS/FS/svc_acct.pm
+++ b/
FS/FS/svc_acct.pm
@@
-237,7
+237,7
@@
sub insert {
$self->svcpart($cust_svc->svcpart);
}
-
my
$error = $self->_check_duplicate;
+ $error = $self->_check_duplicate;
if ( $error ) {
$dbh->rollback if $oldAutoCommit;
return $error;