Author: danydb
Date: 2012-10-01 20:47:56 +0200 (Mon, 01 Oct 2012)
New Revision: 5123

Modified:
   phpcompta/tags/rel650/include/class_irelated_action.php
Log:
Bug : id inconnu dans irelated_action

Modified: phpcompta/tags/rel650/include/class_irelated_action.php
===================================================================
--- phpcompta/tags/rel650/include/class_irelated_action.php     2012-10-01 
18:47:26 UTC (rev 5122)
+++ phpcompta/tags/rel650/include/class_irelated_action.php     2012-10-01 
18:47:56 UTC (rev 5123)
@@ -33,6 +33,7 @@
                $this->value=$p_value;
                $this->amount_id=null;
                $this->paid='';
+               $this->id=$p_name;
        }
     /*!\brief show the html  input of the widget*/
     public function input($p_name=null,$p_value=null)



---
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