diff options
author | Mark Wells <mark@freeside.biz> | 2013-12-10 20:43:50 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2013-12-10 20:43:50 -0800 |
commit | 127ab8d0e20b681bac78e13f797c9b0f9b32dbd8 (patch) | |
tree | c512a8bf405077ce3120b12b957b26dafcf6d81b /FS | |
parent | cf176d7745fa93c96c44f2802d02576e36e4bf98 (diff) |
add missing stub method to svc_Common, from #23694?
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/svc_Common.pm | 1 |
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 { ''; } |