diff options
Diffstat (limited to 'LedgerSMB')
-rw-r--r-- | LedgerSMB/Reconciliation.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/LedgerSMB/Reconciliation.pm b/LedgerSMB/Reconciliation.pm index f0f57804..458b757c 100644 --- a/LedgerSMB/Reconciliation.pm +++ b/LedgerSMB/Reconciliation.pm @@ -228,6 +228,14 @@ sub search { ); } +sub get_pending { + + my $self = shift @_; + return $self->exec_method( + funcname=>'reconciliation__pending', + args=>[$self->{month}] + ); +} 1;
\ No newline at end of file |