From: <Ex...@us...> - 2012-01-31 04:18:47
|
Revision: 4857 http://web-erp.svn.sourceforge.net/web-erp/?rev=4857&view=rev Author: ExsonQu Date: 2012-01-31 04:18:41 +0000 (Tue, 31 Jan 2012) Log Message: ----------- Bug fix change ?Delete to &Delete Modified Paths: -------------- trunk/Payments.php Modified: trunk/Payments.php =================================================================== --- trunk/Payments.php 2012-01-30 21:03:38 UTC (rev 4856) +++ trunk/Payments.php 2012-01-31 04:18:41 UTC (rev 4857) @@ -1070,7 +1070,7 @@ <td>' . $PaymentItem->GLCode . ' - ' . $PaymentItem->GLActName . '</td> <td>' . stripslashes($PaymentItem->Narrative) . '</td> <td>' . $PaymentItem->Tag . ' - ' . $TagName . '</td> - <td><a href="' . htmlspecialchars($_SERVER['PHP_SELF'] . '?identifier=' . $identifier) . '?Delete=' . $PaymentItem->ID . '" onclick="return confirm(\'' . _('Are you sure you wish to delete this payment analysis item?') . '\');">' . _('Delete') . '</a></td> + <td><a href="' . htmlspecialchars($_SERVER['PHP_SELF'] . '?identifier=' . $identifier) . '&Delete=' . $PaymentItem->ID . '" onclick="return confirm(\'' . _('Are you sure you wish to delete this payment analysis item?') . '\');">' . _('Delete') . '</a></td> </tr>'; $PaymentTotal += $PaymentItem->Amount; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |