Author: danydb
Date: 2012-10-16 01:13:30 +0200 (Tue, 16 Oct 2012)
New Revision: 5140

Modified:
   phpcompta/tags/rel650/include/compta_ven.inc.php
Log:
Sugg?\195?\169rer la date = oui ne met plus la date ?\195?\160 jour dans les 
achats

Modified: phpcompta/tags/rel650/include/compta_ven.inc.php
===================================================================
--- phpcompta/tags/rel650/include/compta_ven.inc.php    2012-10-15 22:58:52 UTC 
(rev 5139)
+++ phpcompta/tags/rel650/include/compta_ven.inc.php    2012-10-15 23:13:30 UTC 
(rev 5140)
@@ -251,8 +251,12 @@
     /* if we suggest the pj n# the run the script */
     if ( $g_parameter->MY_PJ_SUGGEST=='Y')
     {
-               if ( ! isset($_POST['e_date'])) echo '<script> 
update_pj();get_last_date()</script>';
+               echo '<script> update_pj()</script>';
     }
+       if (!isset($_POST['e_date']) && $g_parameter->MY_DATE_SUGGEST=='Y')
+       {
+               echo create_script(" get_last_date()");
+       }
     exit();
 
 



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

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

Reply via email to