projects
/
freeside.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbff687
)
ugh, hopefully fixup agent_plandata regex for multiple agents
author
ivan
<ivan>
Thu, 9 Jun 2005 06:16:00 +0000
(06:16 +0000)
committer
ivan
<ivan>
Thu, 9 Jun 2005 06:16:00 +0000
(06:16 +0000)
FS/FS/cust_bill.pm
patch
|
blob
|
history
diff --git
a/FS/FS/cust_bill.pm
b/FS/FS/cust_bill.pm
index
c3ad158
..
0171f45
100644
(file)
--- a/
FS/FS/cust_bill.pm
+++ b/
FS/FS/cust_bill.pm
@@
-1018,7
+1018,7
@@
sub _agent_plandata {
'plandata' => { 'op' => '~',
'value' => "(^|\n)agentnum ".
'\[?[0-9 ,]*'.
- '[ ,]'. $self->cust_main->agentnum. '[ ,]'
+ '[ ,]'. $self->cust_main->agentnum. '[ ,]'
.
'[0-9 ,]*\]?'.
"(\n|\$)",
},