summaryrefslogtreecommitdiff
path: root/LedgerSMB/Form.pm
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-10 17:29:12 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-08-10 17:29:12 +0000
commit39269959f71fd45a1b7af7af59038040966ee6fe (patch)
tree219bde2b7d52d4f5204108dc9e22126b30693458 /LedgerSMB/Form.pm
parent407ccd5dd27589aa7177e31ad5d51a5634f378a5 (diff)
Pod on get_recurring
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1457 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/Form.pm')
-rw-r--r--LedgerSMB/Form.pm11
1 files changed, 11 insertions, 0 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm
index 5b89a64a..31c4fc20 100644
--- a/LedgerSMB/Form.pm
+++ b/LedgerSMB/Form.pm
@@ -2438,6 +2438,17 @@ sub save_status {
$dbh->commit;
}
+=item $form->get_recurring();
+
+Sets $form->{recurring} to contain info about the recurrence schedule for the
+action $form->{id}. $form->{recurring} is of the same form used by
+$form->save_recurring($dbh2, $myconfig).
+
+ reference,startdate,repeat,unit,howmany,payment,print,email,message
+ text date int text int int text text text
+
+=cut
+
sub get_recurring {
my ($self) = @_;