X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=3ee6d4736eb9c50cfa49210d0c0226084d98922f;hp=138d0fab8fd1673b40e3468588ae2c042c6888bc;hb=c47980a8d9e1b83a80232674a57a875e319f9643;hpb=6d34c5060a4e5e9338ebc0d04459861a5c45e812 diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 138d0fab8..3ee6d4736 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -228,8 +228,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 ); }