Author: danydb
Date: 2012-09-17 21:13:43 +0200 (Mon, 17 Sep 2012)
New Revision: 5114

Modified:
   phpcompta/tags/rel650/html/js/accounting_item.js
Log:
Fix bug when clicking several times on search_poste

Modified: phpcompta/tags/rel650/html/js/accounting_item.js
===================================================================
--- phpcompta/tags/rel650/html/js/accounting_item.js    2012-09-17 19:07:25 UTC 
(rev 5113)
+++ phpcompta/tags/rel650/html/js/accounting_item.js    2012-09-17 19:13:43 UTC 
(rev 5114)
@@ -76,6 +76,7 @@
        }
 
        var div_style="z-index:15;top:"+sx;
+       removeDiv('search_account');
        
add_div({id:'search_account',cssclass:'inner_box',html:loading(),style:div_style,drag:true});
 
     var dossier=$('gDossier').value;



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

_______________________________________________
Phpcompta  est un logiciel libre de comptabilité en ligne 
(http://www.phpcompta.eu)
Phpcompta-dev mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/phpcompta-dev

Reply via email to