From 32072dbf59a054529f5304574c0f56f9567d14d0 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 28 Dec 2013 16:11:46 -0800 Subject: autoload methods returning foreign records, RT#13971 --- FS/FS/cust_note_class.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'FS/FS/cust_note_class.pm') diff --git a/FS/FS/cust_note_class.pm b/FS/FS/cust_note_class.pm index 0cb9677..e66c3a2 100644 --- a/FS/FS/cust_note_class.pm +++ b/FS/FS/cust_note_class.pm @@ -1,8 +1,7 @@ package FS::cust_note_class; +use base qw( FS::class_Common ); use strict; -use base qw( FS::class_Common ); -use FS::cust_main_note; =head1 NAME -- cgit v1.1