webgui/lib/WebGUI/Help/Workflow_Activity_ProcessRecurringPayments.pm
2006-07-02 04:32:46 +00:00

27 lines
459 B
Perl

package WebGUI::Help::Workflow_Activity_ProcessRecurringPayments;
our $HELP = {
'process recurring payments' => {
title => 'topicName',
body => 'process recurring payments body',
isa => [
{
namespace => "Workflow_Activity",
tag => "add/edit workflow activity"
},
],
fields => [
],
variables => [
],
related => [
{
tag => 'settings',
namespace => 'WebGUI'
}
],
},
};
1; ##All perl modules must return true