add type to data form record loop

This commit is contained in:
Graham Knop 2007-09-13 19:49:19 +00:00
parent ad914d3a7e
commit a1e1d93360
4 changed files with 9 additions and 2 deletions

View file

@ -172,7 +172,8 @@ our $HELP = {
{ 'name' => 'record.data.name' },
{ 'name' => 'record.data.label' },
{ 'name' => 'record.data.value' },
{ 'name' => 'record.data.isMailField' }
{ 'name' => 'record.data.isMailField' },
{ 'name' => 'record_data_type' },
]
}
]