summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorjeff <jeff>2008-06-04 22:44:04 +0000
committerjeff <jeff>2008-06-04 22:44:04 +0000
commite77f5d7c3812a65be18c5fc4ede509c42c5e3358 (patch)
tree1f2ae4f187e5a3a51c82afe7bdad7ff3dcfd6514 /FS
parent0b65820a72512288dce2989af4e7ed4fcdf72662 (diff)
moar tyop
Diffstat (limited to 'FS')
-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 e758a0e3d..06eec57ae 100644
--- a/FS/FS/cust_bill.pm
+++ b/FS/FS/cust_bill.pm
@@ -1830,7 +1830,7 @@ sub print_generic {
'date' => time2str($date_format, $self->_date),
'today' => time2str('%b %o, %Y', $today),
'agent' => &$escape_function($cust_main->agent->agent),
- 'agent_custid => &$escape_function($cust_main->agent_custid),
+ 'agent_custid' => &$escape_function($cust_main->agent_custid),
'payname' => &$escape_function($cust_main->payname),
'company' => &$escape_function($cust_main->company),
'address1' => &$escape_function($cust_main->address1),