fix - EMS: blank lines appearing in registrants

This commit is contained in:
Roy Johnson 2007-02-01 17:31:07 +00:00
parent fe39696e79
commit c5b47acfe8
5 changed files with 97 additions and 1 deletions

View file

@ -516,6 +516,40 @@ our $HELP = {
],
},
'ems checkout template' => {
source => 'sub getRegistrationInfo',
title => 'checkout template help title',
body => 'checkout template help body',
variables => [
{
'name' => 'isError',
'description' => 'tmplVar isError',
},
{
'name' => 'errorLoop',
'description' => 'tmplLoop errorLoop',
'variables' => [
{
'name' => 'error',
'description' => 'tmplVar error'
},
]
},
],
fields => [
],
related => [
{
tag => 'event management system add/edit',
namespace => 'Asset_EventManagementSystem',
},
{
tag => 'template language',
namespace => 'Asset_Template',
},
],
},
'ems view purchase template' => {
source => 'sub www_viewPurchases',
title => 'view purchase template help title',