details:   /erp/devel/pi/rev/0d1b757d94f9
changeset: 7430:0d1b757d94f9
user:      Sathiyan Sivaprakasam <sathiyan.sivaprakasam <at> openbravo.com>
date:      Wed May 26 12:38:37 2010 +0530
summary:   Fixes Issue 11741: Canceled field in Create Lines From has different 
format

diffstat:

 src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 1f1c212343cc -r 0d1b757d94f9 
src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html
--- a/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html    
Wed May 26 07:52:02 2010 +0200
+++ b/src/org/openbravo/erpCommon/ad_actionButton/CreateFrom_Settlement.html    
Wed May 26 12:38:37 2010 +0530
@@ -593,7 +593,7 @@
                 <td class="DataGrid_Body_Cell" id="fieldPlannedDate">xxP</td>
                 <td class="DataGrid_Body_Cell" id="fieldAmount">xx</td>
                 <td class="DataGrid_Body_Cell" id="fieldCurrency">xx</td>
-                <td class="DataGrid_Body_Cell"><input name="inpwriteoffxx" 
type="text" id="fieldWriteOff" size="8" value="0" outputformat="euroEdition" 
onfocus="numberInputEvent('onfocus', this);" onblur="numberInputEvent('onblur', 
this);" onkeydown="numberInputEvent('onkeydown', this, event);" 
onchange="numberInputEvent('onchange', this);" ></input></td>
+                <td class="DataGrid_Body_Cell"><input name="inpwriteoffxx" 
type="text" id="fieldWriteOff" size="8" value="0" outputformat="euroEdition" 
class="dojoValidateValid" onfocus="numberInputEvent('onfocus', this);" 
onblur="numberInputEvent('onblur', this);" 
onkeydown="numberInputEvent('onkeydown', this, event);" 
onchange="numberInputEvent('onchange', this);" ></input></td>
                 <td class="DataGrid_Body_Cell" style="display:none;"><span 
class="Checkbox_container_NOT_Focused"><input type="checkbox" 
name="inpispaidxx" value="Y" id="fieldIsPaid"></input></span></td>
               </tr>
             </div>

------------------------------------------------------------------------------

_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to