From e6ea57971831f25d682d97a0ba508c39b66ecd8b Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 12 Apr 2002 13:22:03 +0000 Subject: - should finish off the part_svc -> part_export s/one-to-many/many-to-many/ transition (closes: Bug#375) - fixes a nasty export scoping bug with message catalogs, whew --- FS/FS/cust_main_invoice.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FS/FS/cust_main_invoice.pm') diff --git a/FS/FS/cust_main_invoice.pm b/FS/FS/cust_main_invoice.pm index b82e2e7..a5533a0 100644 --- a/FS/FS/cust_main_invoice.pm +++ b/FS/FS/cust_main_invoice.pm @@ -7,7 +7,7 @@ use FS::Record qw( qsearchs ); use FS::Conf; use FS::cust_main; use FS::svc_acct; -use FS::msgcat qw(gettext); +use FS::Msgcat qw(gettext); @ISA = qw( FS::Record ); @@ -170,7 +170,7 @@ sub address { =head1 VERSION -$Id: cust_main_invoice.pm,v 1.11 2002-04-10 13:42:48 ivan Exp $ +$Id: cust_main_invoice.pm,v 1.12 2002-04-12 13:22:02 ivan Exp $ =head1 BUGS -- cgit v1.1