diff options
Diffstat (limited to 'FS')
| -rw-r--r-- | FS/FS/cust_bill.pm | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 4424797c1..478faccf6 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -882,6 +882,8 @@ sub spool_csv {    flock(CSV, LOCK_UN);    close CSV; +  return ''; +  }  =item print_csv OPTION => VALUE, ... | 
