[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[6619] trunk
- Subject: SF.net SVN: ledger-smb:[6619] trunk
- From: ..hidden..
- Date: Fri, 24 Jan 2014 07:28:23 +0000
Revision: 6619
http://sourceforge.net/p/ledger-smb/code/6619
Author: einhverfr
Date: 2014-01-24 07:28:22 +0000 (Fri, 24 Jan 2014)
Log Message:
-----------
Correcting two minor issues with trial balance:
1. permalink/pdf/csv/etc doesnt work
2. Totals not themed
Modified Paths:
--------------
trunk/LedgerSMB/Report/Trial_Balance.pm
trunk/UI/Reports/filters/trial_balance.html
Modified: trunk/LedgerSMB/Report/Trial_Balance.pm
===================================================================
--- trunk/LedgerSMB/Report/Trial_Balance.pm 2014-01-24 07:11:10 UTC (rev 6618)
+++ trunk/LedgerSMB/Report/Trial_Balance.pm 2014-01-24 07:28:22 UTC (rev 6619)
@@ -234,7 +234,8 @@
}
push @rows, {class => 'total',
debits => $total_debits,
- credits => $total_credits, };
+ credits => $total_credits,
+ html_class => 'listtotal'};
$self->rows(\@rows);
}
Modified: trunk/UI/Reports/filters/trial_balance.html
===================================================================
--- trunk/UI/Reports/filters/trial_balance.html 2014-01-24 07:11:10 UTC (rev 6618)
+++ trunk/UI/Reports/filters/trial_balance.html 2014-01-24 07:28:22 UTC (rev 6619)
@@ -4,7 +4,7 @@
PROCESS report_base.html ?>
<body class="<?lsmb dojo_theme ?>">
- <form method="post" action="trial_balance.pl">
+ <form method="get" action="trial_balance.pl">
<?lsmb IF report.id;
INCLUDE input element_data = {
type="hidden",
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