summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FS/FS/cust_bill.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm
index c3ad158db..0171f451b 100644
--- 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|\$)",
},