X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg.pm;h=e7860e071e6d6760509c60c78d3b5be22ed9e7d4;hp=d3290bfcf2a35af6505c73a2e7abce2d4e05d446;hb=c47980a8d9e1b83a80232674a57a875e319f9643;hpb=9ee7f636a8d23de9634561c9a6aae1e79453b2e5 diff --git a/FS/FS/cust_bill_pkg.pm b/FS/FS/cust_bill_pkg.pm index d3290bfcf..e7860e071 100644 --- a/FS/FS/cust_bill_pkg.pm +++ b/FS/FS/cust_bill_pkg.pm @@ -338,7 +338,7 @@ sub void { unless (ref($reason) || !$reason) { $reason = FS::reason->new_or_existing( 'class' => 'I', - 'type' => 'Void invoice', + 'type' => 'Invoice void', 'reason' => $reason ); }