X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;fp=FS%2FFS%2Fcust_bill.pm;h=3ee6d4736eb9c50cfa49210d0c0226084d98922f;hp=6803a21401f3b140bd97a11f457ebeee4a5df3e9;hb=c47980a8d9e1b83a80232674a57a875e319f9643;hpb=9ee7f636a8d23de9634561c9a6aae1e79453b2e5 diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 6803a2140..3ee6d4736 100644 --- a/FS/FS/cust_bill.pm +++ b/FS/FS/cust_bill.pm @@ -229,7 +229,7 @@ sub void { unless (ref($reason) || !$reason) { $reason = FS::reason->new_or_existing( 'class' => 'I', - 'type' => 'Void invoice', + 'type' => 'Invoice void', 'reason' => $reason ); }