fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [12660]


From: Nelson Guerra
Subject: [Fmsystem-commits] [12660]
Date: Fri, 23 Jan 2015 23:31:49 +0000

Revision: 12660
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=12660
Author:   nelson224
Date:     2015-01-23 23:31:48 +0000 (Fri, 23 Jan 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/property/js/yahoo/workorder.edit.js

Modified: branches/dev-syncromind/property/js/yahoo/workorder.edit.js
===================================================================
--- branches/dev-syncromind/property/js/yahoo/workorder.edit.js 2015-01-23 
23:31:27 UTC (rev 12659)
+++ branches/dev-syncromind/property/js/yahoo/workorder.edit.js 2015-01-23 
23:31:48 UTC (rev 12660)
@@ -1,4 +1,5 @@
 
+       var vendor_id;
 
        this.showlightbox_manual_invoide = function(workorder_id)
        {
@@ -29,7 +30,7 @@
 
        this.onDOMAttrModified = function(e)
        {
-               var attr = e.attrName || e.propertyName
+               var attr = e.attrName || e.propertyName;
                var target = e.target || e.srcElement;
                if (attr.toLowerCase() == 'vendor_id')
                {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]