[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6576] trunk/LedgerSMB/Report/Trial_Balance.pm
- Subject: SF.net SVN: ledger-smb:[6576] trunk/LedgerSMB/Report/Trial_Balance.pm
- From: ..hidden..
- Date: Tue, 21 Jan 2014 09:14:52 +0000
Revision: 6576
http://sourceforge.net/p/ledger-smb/code/6576
Author: einhverfr
Date: 2014-01-21 09:14:52 +0000 (Tue, 21 Jan 2014)
Log Message:
-----------
fixing links from trial balance to gl account
Modified Paths:
--------------
trunk/LedgerSMB/Report/Trial_Balance.pm
Modified: trunk/LedgerSMB/Report/Trial_Balance.pm
===================================================================
--- trunk/LedgerSMB/Report/Trial_Balance.pm 2014-01-21 08:26:09 UTC (rev 6575)
+++ trunk/LedgerSMB/Report/Trial_Balance.pm 2014-01-21 09:14:52 UTC (rev 6576)
@@ -222,8 +222,8 @@
for my $ref(@rawrows){
next if (($ref->{starting_balance} == 0)
and ($ref->{credits} == 0) and ($ref->{debits} == 0));
- my $href_suffix = "from_date=" . $self->from_date .
- "&to_date=" . $self->to_date .
+ my $href_suffix = "&from_date=" . $self->date_from->to_db .
+ "&to_date=" . $self->date_to->to_db .
"&accno=" . $ref->{account_number};
$total_debits += $ref->{debits};
$total_credits += $ref->{credits};
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
CenturyLink Cloud: The Leader in Enterprise Cloud Services.
Learn Why More Businesses Are Choosing CenturyLink Cloud For
Critical Workloads, Development Environments & Everything In Between.
Get a Quote or Start a Free Trial Today.
http://pubads.g.doubleclick.net/gampad/clk?id=119420431&iu=/4140/ostg.clktrk
_______________________________________________
Ledger-smb-commits mailing list
..hidden..
https://lists.sourceforge.net/lists/listinfo/ledger-smb-commits