X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fcust_main.pm;h=08b8c374917a8eeed3cc26cfe6306e2cf0e808f9;hb=a014f2e125028a5a80c0587f36df5e865b70b47f;hp=e1708cc530b7e615866f0f3ecfae64f71816339f;hpb=590603ecaea3184f64530755a76626be8205da49;p=freeside.git diff --git a/FS/FS/cust_main.pm b/FS/FS/cust_main.pm index e1708cc53..08b8c3749 100644 --- a/FS/FS/cust_main.pm +++ b/FS/FS/cust_main.pm @@ -3807,18 +3807,6 @@ sub cust_refund { qsearch( 'cust_refund', { 'custnum' => $self->custnum } ) } -=item select_for_update - -Selects this record with the SQL "FOR UPDATE" command. This can be useful as -a mutex. - -=cut - -sub select_for_update { - my $self = shift; - qsearch('cust_main', { 'custnum' => $self->custnum }, '*', 'FOR UPDATE' ); -} - =item name Returns a name string for this customer, either "Company (Last, First)" or