|
From: <rc...@us...> - 2014-11-24 15:56:28
|
Revision: 7004
http://sourceforge.net/p/web-erp/reponame/7004
Author: rchacon
Date: 2014-11-24 15:56:19 +0000 (Mon, 24 Nov 2014)
Log Message:
-----------
Spanish translation improvements. Merging "View GL Entries" and "View the GL Entries".
Modified Paths:
--------------
trunk/CustomerInquiry.php
trunk/doc/Change.log
Modified: trunk/CustomerInquiry.php
===================================================================
--- trunk/CustomerInquiry.php 2014-11-24 02:12:27 UTC (rev 7003)
+++ trunk/CustomerInquiry.php 2014-11-24 15:56:19 UTC (rev 7004)
@@ -45,7 +45,6 @@
}
}
-
if (isset($_GET['Status'])) {
if (is_numeric($_GET['Status'])) {
@@ -323,7 +322,7 @@
</td>
<td>
<a href="', $RootPath, '/GLTransInquiry.php?TypeID=', $MyRow['type'], '&TransNo=', $MyRow['transno'], '">', _('View GL Entries'), '
- <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View the GL Entries'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View GL Entries'), '" alt="" />
</a>
</td>
</tr>';
@@ -441,7 +440,7 @@
</td>
<td>
<a href="', $RootPath, '/GLTransInquiry.php?TypeID=', $MyRow['type'], '&TransNo=', $MyRow['transno'], '">' . _('View GL Entries') . '
- <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View the GL Entries'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View GL Entries'), '" alt="" />
</a>
</td>
</tr>';
@@ -511,7 +510,7 @@
<td></td>
<td>
<a href="', $RootPath, '/GLTransInquiry.php?TypeID=', $MyRow['type'], '&TransNo=', $MyRow['transno'], '">', _('View GL Entries'), '
- <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View the GL Entries'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View GL Entries'), '" alt="" />
</a>
</td>
</tr>';
@@ -565,7 +564,7 @@
<td></td>
<td>
<a href="', $RootPath, '/GLTransInquiry.php?TypeID=', $MyRow['type'], '&TransNo=', $MyRow['transno'], '">' . _('View GL Entries') . '
- <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View the GL Entries'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View GL Entries'), '" alt="" />
</a>
</td>
</tr>';
@@ -614,7 +613,7 @@
<td></td>
<td>
<a href="', $RootPath, '/GLTransInquiry.php?TypeID=', $MyRow['type'], '&TransNo=', $MyRow['transno'], '">', _('View GL Entries'), '
- <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View the GL Entries'), '" alt="" />
+ <img src="', $RootPath, '/css/', $Theme, '/images/gl.png" title="', _('View GL Entries'), '" alt="" />
</a>
</td>
</tr>';
@@ -648,4 +647,4 @@
echo '</table>';
include('includes/footer.inc');
-?>
+?>
\ No newline at end of file
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2014-11-24 02:12:27 UTC (rev 7003)
+++ trunk/doc/Change.log 2014-11-24 15:56:19 UTC (rev 7004)
@@ -1,5 +1,6 @@
webERP Change Log
+22/11/14 RChacon: Spanish translation improvements. Merging "View GL Entries" and "View the GL Entries".
22/11/14 Exson: Fix the qualitytext does not have default value for strict sql mode in Credit_Invoice.php.
22/11/14 Phil: Z_DeleteOldPrices.php now removes all old prices where there is a later start for a price with no end date
22/11/14 Phil: Added new script CustomerBalancesMovement.php to show customer activity debits and credits and the movement of their balances over a specified date range
|