diff options
| author | ivan <ivan> | 2008-11-11 08:55:40 +0000 | 
|---|---|---|
| committer | ivan <ivan> | 2008-11-11 08:55:40 +0000 | 
| commit | 158129233ebfb53031315689f0b533fea407df09 (patch) | |
| tree | b9f6d9736c9ad6e181107defc0f3577ad02ee2a6 /FS | |
| parent | cfca164f37b2510f5eee4ba862324c3080a4fb46 (diff) | |
add fax to invoice data, RT#3290
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_bill.pm | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index c292cfb5f..df0e32b9b 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -1894,6 +1894,7 @@ sub print_generic {      'city'            => &$escape_function($cust_main->city),      'state'           => &$escape_function($cust_main->state),      'zip'             => &$escape_function($cust_main->zip), +    'fax'             => &$escape_function($cust_main->fax),      'returnaddress'   => $returnaddress,      #'quantity'        => 1,      'terms'           => $self->terms, | 
