X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill_pkg.pm;h=e7860e071e6d6760509c60c78d3b5be22ed9e7d4;hb=1d50ab91a52be49724771accae7cc82740e83956;hp=d3290bfcf2a35af6505c73a2e7abce2d4e05d446;hpb=9ee7f636a8d23de9634561c9a6aae1e79453b2e5;p=freeside.git 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 ); }