X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=478faccf6e313c51cb6335a5deddf70dc36d7873;hb=05084b73bfd5e251d18fcff779651a9bab9406ba;hp=4424797c124639f424e6eff96b5de6fdff903582;hpb=c01186e8877f8985e652af77ce88e18bd516fa91;p=freeside.git 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, ...