X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2Fsvc_Common.pm;h=869ab5831467b001c76100100a063eb23b46a0d8;hb=2b7f02dec42a7b63cb66f6521eaddd2ea54f9b57;hp=2866bfea49a418b9612b686b86c7831934470828;hpb=48bade3f01a672f235d61a29ad0d0b792fc80eab;p=freeside.git diff --git a/FS/FS/svc_Common.pm b/FS/FS/svc_Common.pm index 2866bfea4..869ab5831 100644 --- a/FS/FS/svc_Common.pm +++ b/FS/FS/svc_Common.pm @@ -151,6 +151,11 @@ sub label { $self->svcnum; } +sub label_long { + my $self = shift; + $self->label(@_); +} + =item check Checks the validity of fields in this record. @@ -397,7 +402,7 @@ sub replace { #redundant, but so any duplicate fields are maniuplated as appropriate # (svc_phone.phonenum) - my $error = $new->check; + $error = $new->check; if ( $error ) { $dbh->rollback if $oldAutoCommit; return $error;