fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [16237] property: minor fixes


From: sigurdne
Subject: [Fmsystem-commits] [16237] property: minor fixes
Date: Thu, 2 Feb 2017 10:51:32 -0500 (EST)

Revision: 16237
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=16237
Author:   sigurdne
Date:     2017-02-02 10:51:31 -0500 (Thu, 02 Feb 2017)
Log Message:
-----------
property: minor fixes

Modified Paths:
--------------
    trunk/property/inc/class.uiwo_hour.inc.php
    trunk/property/js/portico/tts.view.js
    trunk/property/js/portico/workorder.edit.js
    trunk/property/templates/base/project.xsl
    trunk/property/templates/base/workorder.xsl

Modified: trunk/property/inc/class.uiwo_hour.inc.php
===================================================================
--- trunk/property/inc/class.uiwo_hour.inc.php  2017-02-02 13:12:41 UTC (rev 
16236)
+++ trunk/property/inc/class.uiwo_hour.inc.php  2017-02-02 15:51:31 UTC (rev 
16237)
@@ -3358,7 +3358,7 @@
                                phpgw::no_access();
                        }
 
-                       $start_from = 45000100;
+                       $start_from = 45001065;
                        $sql = "SELECT id, status FROM fm_workorder WHERE id >= 
$start_from";
                        $db = & $GLOBALS['phpgw']->db;
                        $db->query($sql, __LINE__, __FILE__);

Modified: trunk/property/js/portico/tts.view.js
===================================================================
--- trunk/property/js/portico/tts.view.js       2017-02-02 13:12:41 UTC (rev 
16236)
+++ trunk/property/js/portico/tts.view.js       2017-02-02 15:51:31 UTC (rev 
16237)
@@ -207,7 +207,7 @@
                                                return;
                                        }
 
-                                       htmlString = "<option>" + data.length + 
" kontrakter funnet</option>";
+                                       htmlString = "<option value=''>" + 
data.length + " kontrakter funnet</option>"
                                        var obj = data;
 
                                        $.each(obj, function (i)

Modified: trunk/property/js/portico/workorder.edit.js
===================================================================
--- trunk/property/js/portico/workorder.edit.js 2017-02-02 13:12:41 UTC (rev 
16236)
+++ trunk/property/js/portico/workorder.edit.js 2017-02-02 15:51:31 UTC (rev 
16237)
@@ -211,7 +211,7 @@
                                                return;
                                        }
 
-                                       htmlString = "<option>" + data.length + 
" kontrakter funnet</option>"
+                                       htmlString = "<option value=''>" + 
data.length + " kontrakter funnet</option>"
                                        var obj = data;
 
                                        $.each(obj, function (i)

Modified: trunk/property/templates/base/project.xsl
===================================================================
--- trunk/property/templates/base/project.xsl   2017-02-02 13:12:41 UTC (rev 
16236)
+++ trunk/property/templates/base/project.xsl   2017-02-02 15:51:31 UTC (rev 
16237)
@@ -469,7 +469,7 @@
                                                                <xsl:value-of 
select="$lang_budget_account"/>
                                                        </label>
                                                        <input type="hidden" 
id="b_account_id" name="values[b_account_id]"  
value="{b_account_data/value_b_account_id}"/>
-                                                       <input type="text" 
id="b_account_name" name="values[b_account_name]" 
value="{b_account_data/value_b_account_name}">
+                                                       <input type="text" 
id="b_account_name" name="values[b_account_name]" 
value="{b_account_data/value_b_account_id} 
{b_account_data/value_b_account_name}">
                                                                <xsl:choose>
                                                                        
<xsl:when test="mode='edit'">
                                                                                
<xsl:attribute name="data-validation">

Modified: trunk/property/templates/base/workorder.xsl
===================================================================
--- trunk/property/templates/base/workorder.xsl 2017-02-02 13:12:41 UTC (rev 
16236)
+++ trunk/property/templates/base/workorder.xsl 2017-02-02 15:51:31 UTC (rev 
16237)
@@ -679,7 +679,7 @@
                                                        <xsl:value-of 
select="$lang_budget_account"/>
                                                </label>
                                                <input type="hidden" 
id="b_account_id" name="values[b_account_id]"  
value="{b_account_data/value_b_account_id}"/>
-                                               <input type="text" 
id="b_account_name" name="values[b_account_name]" 
value="{b_account_data/value_b_account_name}">
+                                               <input type="text" 
id="b_account_name" name="values[b_account_name]" 
value="{b_account_data/value_b_account_id} 
{b_account_data/value_b_account_name}">
                                                        <xsl:choose>
                                                                <xsl:when 
test="mode='edit'">
                                                                        
<xsl:attribute name="data-validation">




reply via email to

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