projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b375da4
)
don't overwrite otaker on cust_main!
author
ivan
<ivan>
Tue, 4 Nov 2003 18:01:18 +0000
(18:01 +0000)
committer
ivan
<ivan>
Tue, 4 Nov 2003 18:01:18 +0000
(18:01 +0000)
FS/FS/cust_main.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_main.pm
b/FS/FS/cust_main.pm
index
1d2e9ed
..
2c89bb0
100644
(file)
--- a/
FS/FS/cust_main.pm
+++ b/
FS/FS/cust_main.pm
@@
-872,7
+872,7
@@
sub check {
$self->tax =~ /^(Y?)$/ or return "Illegal tax: ". $self->tax;
$self->tax($1);
- $self->otaker(getotaker);
+ $self->otaker(getotaker)
unless $self->otaker
;
#warn "AFTER: \n". $self->_dump;