X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fmsa.pm;h=6f830416f04520e6a7fccfe894d213eca9537b6d;hb=2a56c671635687bf2648eb3a7cf4bce228101af3;hp=fdb49a3f43bb0c26c488516c97b2e9c86abaddd8;hpb=b5c4237a34aef94976bc343c8d9e138664fc3984;p=freeside.git diff --git a/FS/FS/msa.pm b/FS/FS/msa.pm index fdb49a3f4..6f830416f 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