phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r5065 - phpcompta/tags/rel650/html/js


From: phpcompta-dev
Subject: [Phpcompta-dev] r5065 - phpcompta/tags/rel650/html/js
Date: Sun, 8 Jul 2012 20:58:46 +0200 (CEST)

Author: danydb
Date: 2012-07-08 20:58:45 +0200 (Sun, 08 Jul 2012)
New Revision: 5065

Modified:
   phpcompta/tags/rel650/html/js/scripts.js
Log:
Bug cannot create a new profile due a javascript error

Modified: phpcompta/tags/rel650/html/js/scripts.js
===================================================================
--- phpcompta/tags/rel650/html/js/scripts.js    2012-07-02 22:56:38 UTC (rev 
5064)
+++ phpcompta/tags/rel650/html/js/scripts.js    2012-07-08 18:58:45 UTC (rev 
5065)
@@ -1184,7 +1184,7 @@
                                                  
$('detail_profile').innerHTML=req.responseText;
                                                  
req.responseText.evalScripts();
                                                  $('detail_profile').show();
-                                                 
profile_show('profile_gen_div');
+                                                 if ( profile_id != "-1" ) 
profile_show('profile_gen_div');
                                          }
                                  }
                                );



---
PhpCompta est un logiciel de comptabilité libre en ligne (full web)
Projet opensource http://www.phpcompta.eu



reply via email to

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