X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2Fdsl_note.pm;h=832fced9274f8c0b104b82581c08f994938813ca;hp=0155cbd11627ed42b12dce63c9c10d29a5383a52;hb=f626fd72d814be2245c5cf7b2fd3e63b0e8164b4;hpb=2dced43b8c6083fa0ff7bbe2120c1387c8a2b604 diff --git a/FS/FS/dsl_note.pm b/FS/FS/dsl_note.pm index 0155cbd11..832fced92 100644 --- a/FS/FS/dsl_note.pm +++ b/FS/FS/dsl_note.pm @@ -34,7 +34,7 @@ FS::Record. The following fields are currently supported: =item svcnum - the DSL for this note, see L -=item user - export-specific, e.g. note's author or ISP vs. telco/vendor +=item author - export-specific, e.g. note's author or ISP vs. telco/vendor =item priority - export-specific, e.g. high priority or not; not used by most @@ -105,7 +105,7 @@ sub check { my $error = $self->ut_numbern('notenum') || $self->ut_foreign_key('svcnum', 'svc_dsl', 'svcnum') - || $self->ut_textn('user') + || $self->ut_textn('author') || $self->ut_alphasn('priority') || $self->ut_numbern('_date') || $self->ut_text('note')