details:   /erp/devel/pi/rev/34044b40c787
changeset: 7829:34044b40c787
user:      Adrián Romero <adrianromero <at> openbravo.com>
date:      Thu Jul 08 19:17:06 2010 +0200
summary:   Fixes issue 0013761: The width of the Document No. should be 30 
characters

diffstat:

 src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html  |  2 +-
 src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r e80210ea58cd -r 34044b40c787 
src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html
--- a/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html  Thu Jul 
08 18:43:27 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_forms/GenerateInvoicesmanual.html  Thu Jul 
08 19:17:06 2010 +0200
@@ -380,7 +380,7 @@
             </td>
             <th class="DataGrid_Header_Cell" width="91">Organization</th>
             <th class="DataGrid_Header_Cell" width="147">Document type</th>
-            <th class="DataGrid_Header_Cell" width="67">Doc No.</th>
+            <th class="DataGrid_Header_Cell" width="200">Doc No.</th>
             <th class="DataGrid_Header_Cell" width="257">Business Partner</th>
             <th class="DataGrid_Header_Cell" width="71">Order Date</th>
             <th class="DataGrid_Header_Cell" width="75">Lines amt</th>
diff -r e80210ea58cd -r 34044b40c787 
src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html
--- a/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html Thu Jul 
08 18:43:27 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_forms/GenerateShipmentsmanual.html Thu Jul 
08 19:17:06 2010 +0200
@@ -364,9 +364,9 @@
           <tr class="Popup_Client_Selector_DataGrid_HeaderRow"> 
             <td width="24" class="DataGrid_Body_LineNoCell"> <span 
class="Checkbox_container_NOT_Focused"><input type="checkbox" name="inpTodos" 
onclick="markAll(document.frmMain.inpOrder, this.checked);return 
true;"></input></span>
             </td>
-            <th class="DataGrid_Header_Cell" width="103">Organization</th>
-            <th class="DataGrid_Header_Cell" width="157">Document type</th>
-            <th class="DataGrid_Header_Cell" width="87">Document No.</th>
+            <th class="DataGrid_Header_Cell" width="91">Organization</th>
+            <th class="DataGrid_Header_Cell" width="147">Document type</th>
+            <th class="DataGrid_Header_Cell" width="200">Document No.</th>
             <th class="DataGrid_Header_Cell" width="354">Business Partner</th>
             <th class="DataGrid_Header_Cell" width="106">Order Date</th>
             <th class="DataGrid_Header_Cell" width="75">Lines amt</th>

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to