webgui/lib/WebGUI/Help/TransactionLog.pm
2006-03-12 01:08:22 +00:00

20 lines
306 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'
},
]
},
};
1;