summaryrefslogtreecommitdiff
path: root/FS/FS/msa.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/msa.pm')
-rw-r--r--FS/FS/msa.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/FS/FS/msa.pm b/FS/FS/msa.pm
index fdb49a3..6f83041 100644
--- a/FS/FS/msa.pm
+++ b/FS/FS/msa.pm
@@ -107,6 +107,11 @@ sub check {
$self->SUPER::check;
}
+sub _upgrade_data { #class method
+ my ($class, %opts) = @_;
+ eval "use FS::msa_Data;"; # this automatically does the upgrade if needed
+}
+
=back
=head1 SEE ALSO