From: jeff Date: Wed, 4 Jun 2008 22:42:48 +0000 (+0000) Subject: tyop X-Git-Tag: root_of_webpay_support~597 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=0b65820a72512288dce2989af4e7ed4fcdf72662 tyop --- diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index a20920918..e758a0e3d 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' => &$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),