From: mark Date: Wed, 7 Apr 2010 05:52:59 +0000 (+0000) Subject: fix floating point error X-Git-Tag: freeside_1_9_3~19 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e5f8b2825c80552b803afe35edc9df074f577e48 fix floating point error --- diff --git a/FS/FS/pay_batch/RBC.pm b/FS/FS/pay_batch/RBC.pm index 26ff95971..6ee5771fe 100644 --- a/FS/FS/pay_batch/RBC.pm +++ b/FS/FS/pay_batch/RBC.pm @@ -104,7 +104,7 @@ $name = 'RBC'; sprintf("%09u", $aba). sprintf("%-18s", $account). ' '. - sprintf("%010u",$cust_pay_batch->amount*100). + sprintf("%010.0f",$cust_pay_batch->amount*100). ' '. time2str("%Y%j", $pay_batch->download). sprintf("%-30s", $cust_pay_batch->cust_main->first . ' ' . @@ -131,7 +131,7 @@ $name = 'RBC'; sprintf("%10s", $client_num). ' ' x 20 . sprintf("%06u", $batchcount). - sprintf("%014u", $batchtotal*100). + sprintf("%014.0f", $batchtotal*100). '00' . '000000' . # total number of customer information records ' ' x 84