From: <tim...@us...> - 2010-05-28 11:38:47
|
Revision: 3470 http://web-erp.svn.sourceforge.net/web-erp/?rev=3470&view=rev Author: tim_schofield Date: 2010-05-28 11:38:41 +0000 (Fri, 28 May 2010) Log Message: ----------- GLProfit_Loss.php - Correction to show profit and loss reports for other languages Modified Paths: -------------- trunk/GLProfit_Loss.php trunk/doc/Change.log.html Modified: trunk/GLProfit_Loss.php =================================================================== --- trunk/GLProfit_Loss.php 2010-05-26 07:37:32 UTC (rev 3469) +++ trunk/GLProfit_Loss.php 2010-05-28 11:38:41 UTC (rev 3470) @@ -364,7 +364,7 @@ $SectionPrdActual +=$AccountPeriodActual; $SectionPrdBudget +=$AccountPeriodBudget; - if ($_POST['Detail'] == _('Detailed')) { + if ($_POST['Detail'] == 'Detailed') { $LeftOvers = $pdf->addTextWrap($Left_Margin,$YPos,60,$FontSize,$myrow['accountcode']); $LeftOvers = $pdf->addTextWrap($Left_Margin+60,$YPos,190,$FontSize,$myrow['accountname']); if ($Section == 1) { /*Income*/ @@ -869,7 +869,7 @@ $SectionPrdActual +=$AccountPeriodActual; $SectionPrdBudget +=$AccountPeriodBudget; - if ($_POST['Detail']==_('Detailed')){ + if ($_POST['Detail']=='Detailed'){ if ($k==1){ echo '<tr class="EvenTableRows">'; Modified: trunk/doc/Change.log.html =================================================================== --- trunk/doc/Change.log.html 2010-05-26 07:37:32 UTC (rev 3469) +++ trunk/doc/Change.log.html 2010-05-28 11:38:41 UTC (rev 3470) @@ -1,5 +1,6 @@ <p><font SIZE=4 COLOR=BLUE><b>webERP Change Log</b></font></p> <p></p> +<P>27/05/10 Tim: GLProfit_Loss.php - Correction to show profit and loss reports for other languages</p> <P>26/05/10 Tim: Corrections to Suppliers.php and new fields for suppliers table</p> <P>26/05/10 Tim: Corrections to SelectCustomer.php and Customers.php</p> <P>24/05/10 Simon Peter Otandeka: Added telephone, email and fax fields to Suppliers and Customers Pages. Ability to add/edit the records.</p> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |