[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6820] trunk/LedgerSMB/Scripts/reports.pm
- Subject: SF.net SVN: ledger-smb:[6820] trunk/LedgerSMB/Scripts/reports.pm
- From: ..hidden..
- Date: Mon, 10 Feb 2014 05:27:07 +0000
Revision: 6820
http://sourceforge.net/p/ledger-smb/code/6820
Author: einhverfr
Date: 2014-02-10 05:27:05 +0000 (Mon, 10 Feb 2014)
Log Message:
-----------
adding exchange rates to overpayment reversal search report hiddens
Modified Paths:
--------------
trunk/LedgerSMB/Scripts/reports.pm
Modified: trunk/LedgerSMB/Scripts/reports.pm
===================================================================
--- trunk/LedgerSMB/Scripts/reports.pm 2014-02-10 05:00:02 UTC (rev 6819)
+++ trunk/LedgerSMB/Scripts/reports.pm 2014-02-10 05:27:05 UTC (rev 6820)
@@ -187,7 +187,7 @@
sub search_overpayments {
my ($request) = @_;
my $hiddens = {};
- $hiddens->{$_} = $request->{$_} for qw(batch_id);
+ $hiddens->{$_} = $request->{$_} for qw(batch_id currency exchangerate);
$request->{hiddens} = $hiddens;
LedgerSMB::Report::Listings::Overpayments->new(%$request)->render($request);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits