summaryrefslogtreecommitdiff
path: root/FS/FS/svc_Common.pm
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-12-10 20:43:50 -0800
committerMark Wells <mark@freeside.biz>2013-12-10 20:43:50 -0800
commit127ab8d0e20b681bac78e13f797c9b0f9b32dbd8 (patch)
treec512a8bf405077ce3120b12b957b26dafcf6d81b /FS/FS/svc_Common.pm
parentcf176d7745fa93c96c44f2802d02576e36e4bf98 (diff)
add missing stub method to svc_Common, from #23694?
Diffstat (limited to 'FS/FS/svc_Common.pm')
-rw-r--r--FS/FS/svc_Common.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm
index 56567e8ce..659255eaa 100644
--- a/FS/FS/svc_Common.pm
+++ b/FS/FS/svc_Common.pm
@@ -336,6 +336,7 @@ sub _check_duplcate { ''; }
sub preinsert_hook { ''; }
sub table_dupcheck_fields { (); }
sub prereplace_hook { ''; }
+sub prereplace_hook_first { ''; }
sub predelete_hook { ''; }
sub predelete_hook_first { ''; }