diff options
author | ivan <ivan> | 2005-11-01 05:33:30 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-01 05:33:30 +0000 |
commit | 05084b73bfd5e251d18fcff779651a9bab9406ba (patch) | |
tree | 66ca21cf676f963cc5a1a020b77f5b6cb43e9fd0 /FS | |
parent | c01186e8877f8985e652af77ce88e18bd516fa91 (diff) |
yarg
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, ... |