fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [11406] property: invoice update ajax values in form


From: Sigurd Nes
Subject: [Fmsystem-commits] [11406] property: invoice update ajax values in form
Date: Tue, 29 Oct 2013 10:27:14 +0000

Revision: 11406
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=11406
Author:   sigurdne
Date:     2013-10-29 10:27:13 +0000 (Tue, 29 Oct 2013)
Log Message:
-----------
property: invoice update ajax values in form

Modified Paths:
--------------
    trunk/property/js/portico/ajax_invoice.js

Modified: trunk/property/js/portico/ajax_invoice.js
===================================================================
--- trunk/property/js/portico/ajax_invoice.js   2013-10-29 10:24:21 UTC (rev 
11405)
+++ trunk/property/js/portico/ajax_invoice.js   2013-10-29 10:27:13 UTC (rev 
11406)
@@ -39,7 +39,7 @@
                $("#saksbehandlerid").html( '' );
                $("#budsjettansvarligid").html( '' );
 //             $("#remark").html( '' );
-               $("#process_log").html( '' );
+               $("#process_log").val( '' );
                $("#dim_a").val('' );
                $("#dim_b").html( "<option>Velg</option>" );
                $("#dim_e").html( "<option>Velg</option>" );
@@ -551,7 +551,7 @@
                                $("#saksbehandlerid").html( '' );
                                $("#budsjettansvarligid").html( '' );
                        //      $("#remark").html( '' );
-                               $("#process_log").html( '' );
+                               $("#process_log").val( '' );
                                $("#dim_a").val('' );
                                $("#dim_b").html( "<option>Velg</option>" );
                                $("#dim_e").html( "<option>Velg</option>" );




reply via email to

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