X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_bill.pm;h=8c1f75c279af7fdd05f17e6231cecfb0bc0a8499;hb=128a2b47ce0fb1c37013cb3b56213e2b64b25644;hp=14b9f79b8a0cfc91c2e62ce6c892fb1591901e92;hpb=74774909afba9aca91bb074d1fbf687d9bed1688;p=freeside.git diff --git a/FS/FS/cust_bill.pm b/FS/FS/cust_bill.pm index 14b9f79b8..8c1f75c27 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 ); }