X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fsvc_Common.pm;h=a154f3f857f42ea649cd3b691d36ed7ad300e85e;hp=cadb997da26922c8b5bc36bb601179ebe99045b0;hb=b5fa7c0c1953139f1fbe0dabf3930871646016b8;hpb=ed9253ea9ea732fa3c827b10bbadf0ff7784c0b2 diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index cadb997da..a154f3f85 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -430,6 +430,30 @@ methods. Called by the cancel method of FS::cust_pkg (see L). sub cancel { ''; } +=item clone_suspended + +Constructor used by FS::part_export::_export_suspend fallback. Stub returning +same object for svc_ classes which don't implement a suspension fallback +(everything except svc_acct at the moment). Document better. + +=cut + +sub clone_suspended { + shift; +} + +=item clone_kludge_unsuspend + +Constructor used by FS::part_export::_export_unsuspend fallback. Stub returning +same object for svc_ classes which don't implement a suspension fallback +(everything except svc_acct at the moment). Document better. + +=cut + +sub clone_kludge_unsuspend { + shift; +} + =back =head1 BUGS