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