projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f3925e
)
fix bad conflict resolution between ivan's and jeff's idea of how to use a different...
author
jeff
<jeff>
Thu, 23 Sep 2010 21:27:36 +0000
(21:27 +0000)
committer
jeff
<jeff>
Thu, 23 Sep 2010 21:27:36 +0000
(21:27 +0000)
FS/FS/part_pkg.pm
patch
|
blob
|
history
diff --git
a/FS/FS/part_pkg.pm
b/FS/FS/part_pkg.pm
index
b267a62
..
85269c5
100644
(file)
--- a/
FS/FS/part_pkg.pm
+++ b/
FS/FS/part_pkg.pm
@@
-823,7
+823,7
@@
argument.
sub add_freq {
my( $self, $date, $freq ) = @_;
- $freq = $self->freq
if !defined($freq)
;
+ $freq = $self->freq
unless $freq
;
#change this bit to use Date::Manip? CAREFUL with timezones (see
# mailing list archive)