From: <Ex...@us...> - 2012-02-13 15:01:30
|
Revision: 4892 http://web-erp.svn.sourceforge.net/web-erp/?rev=4892&view=rev Author: ExsonQu Date: 2012-02-13 15:01:19 +0000 (Mon, 13 Feb 2012) Log Message: ----------- Bug fixed for COGS account displayed salestype data. Report and fixed by R2-G Revision Links: -------------- http://web-erp.svn.sourceforge.net/web-erp/?rev=2&view=rev Modified Paths: -------------- trunk/COGSGLPostings.php Modified: trunk/COGSGLPostings.php =================================================================== --- trunk/COGSGLPostings.php 2012-02-13 05:19:51 UTC (rev 4891) +++ trunk/COGSGLPostings.php 2012-02-13 15:01:19 UTC (rev 4892) @@ -209,7 +209,7 @@ $myrow['area'], $myrow['stkcat'], $myrow['salestype'], - $myrow['salestype'], + $myrow['accountname'], htmlspecialchars($_SERVER['PHP_SELF']) . '?', $myrow['id'], htmlspecialchars($_SERVER['PHP_SELF']) . '?', @@ -356,4 +356,4 @@ </form>'; include('includes/footer.inc'); -?> \ No newline at end of file +?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |