[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[5356] trunk
- Subject: SF.net SVN: ledger-smb:[5356] trunk
- From: ..hidden..
- Date: Sat, 15 Dec 2012 09:24:11 +0000
Revision: 5356
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=5356&view=rev
Author: einhverfr
Date: 2012-12-15 09:24:11 +0000 (Sat, 15 Dec 2012)
Log Message:
-----------
Correcting Perl issues with outstanding report
Modified Paths:
--------------
trunk/LedgerSMB/Report/Invoices/Outstanding.pm
trunk/UI/Reports/filters/invoice_outstanding.html
Modified: trunk/LedgerSMB/Report/Invoices/Outstanding.pm
===================================================================
--- trunk/LedgerSMB/Report/Invoices/Outstanding.pm 2012-12-15 09:19:13 UTC (rev 5355)
+++ trunk/LedgerSMB/Report/Invoices/Outstanding.pm 2012-12-15 09:24:11 UTC (rev 5356)
@@ -301,7 +301,7 @@
sub run_report {
my $self = shift;
- my $procname = 'report__outstanding';
+ my $procname = 'report__aa_outstanding';
if ($self->is_detailed){
$procname .= '_details';
}
Modified: trunk/UI/Reports/filters/invoice_outstanding.html
===================================================================
--- trunk/UI/Reports/filters/invoice_outstanding.html 2012-12-15 09:19:13 UTC (rev 5355)
+++ trunk/UI/Reports/filters/invoice_outstanding.html 2012-12-15 09:24:11 UTC (rev 5356)
@@ -36,7 +36,7 @@
text_attr = 'text',
default_values = [account_id],
class = 'account',
- options = 'ar_ap_accounts'
+ options = accounts
} ?></td>
</tr>
<tr id="name-row">
@@ -281,7 +281,7 @@
<hr />
<?lsmb PROCESS button element_data = {
name = 'action'
- value = 'invoice_outstanding'
+ value = 'invoices_outstanding'
type = 'submit'
class = 'submit'
text = text('Continue')
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.