webgui/lib/WebGUI/Help/TransactionLog.pm
2005-06-18 03:58:32 +00:00

24 lines
381 B
Perl

package WebGUI::Help::TransactionLog;
our $HELP = {
'purchase history' => {
title => 'help purchase history template title',
body => 'help purchase history template body',
fields => [
],
related => [
{
tag => 'template language',
namespace => 'Asset_Template'
},
{
tag => 'templates manage',
namespace => 'Asset_Template'
}
]
},
};
1;