|
From: <dai...@us...> - 2011-12-15 06:11:02
|
Revision: 4777
http://web-erp.svn.sourceforge.net/web-erp/?rev=4777&view=rev
Author: daintree
Date: 2011-12-15 06:10:56 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
Modified Paths:
--------------
trunk/Shipments.php
trunk/doc/Change.log
Modified: trunk/Shipments.php
===================================================================
--- trunk/Shipments.php 2011-12-14 09:07:52 UTC (rev 4776)
+++ trunk/Shipments.php 2011-12-15 06:10:56 UTC (rev 4777)
@@ -312,7 +312,7 @@
<td>'. _('Vessel Name /Transport Agent'). ': </td>
<td colspan=3><input type="text" name="Vessel" maxlength="50" size="50" value="' . $_SESSION['Shipment']->Vessel . '" /></td>
<td>'._('Voyage Ref / Consignment Note').': </td>
- <td><input type="text name="VoyageRef" maxlength="20" size="20" value="' . $_SESSION['Shipment']->VoyageRef . '" /></td>
+ <td><input type="text" name="VoyageRef" maxlength="20" size="20" value="' . $_SESSION['Shipment']->VoyageRef . '" /></td>
</tr>';
if (isset($_SESSION['Shipment']->ETA)){
Modified: trunk/doc/Change.log
===================================================================
--- trunk/doc/Change.log 2011-12-14 09:07:52 UTC (rev 4776)
+++ trunk/doc/Change.log 2011-12-15 06:10:56 UTC (rev 4777)
@@ -1,5 +1,6 @@
webERP Change Log
+15/12/11 Vitaly Shevkunov: Shipments.php fixed missing quote in html
13/12/11 Vitaly Shevkunov: Z_ChangeStockCode.php fixed call to DB_error_no had missing ($db) - also turned off FOREIGN KEY CHECKS before updating the BOM.
13/12/11 Exson: Fix SelectOrderItems.php and DeliveryDetails.php for where an order is modified while another order is being created in a different tab of the browser - $_SESSION['ExistingOrder'] now modified to $_SESSION['ExistingOrder' .$identifier] as suggested by Tim
13/12/11 Phil: Fixed other scripts affected and send $identifier to add_to_cart and remove_from_cart functions
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|