Big batch o' Activity docs.
This commit is contained in:
parent
3d77b2451a
commit
23c17851ea
14 changed files with 299 additions and 0 deletions
|
|
@ -0,0 +1,27 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue