phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r4744 - phpcompta/tags/rel600/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r4744 - phpcompta/tags/rel600/include
Date: Sat, 4 Feb 2012 16:22:52 +0100 (CET)

Author: danydb
Date: 2012-02-04 16:22:52 +0100 (Sat, 04 Feb 2012)
New Revision: 4744

Modified:
   phpcompta/tags/rel600/include/class_forecast_item.php
Log:
remove space

Modified: phpcompta/tags/rel600/include/class_forecast_item.php
===================================================================
--- phpcompta/tags/rel600/include/class_forecast_item.php       2012-02-04 
15:18:09 UTC (rev 4743)
+++ phpcompta/tags/rel600/include/class_forecast_item.php       2012-02-04 
15:22:52 UTC (rev 4744)
@@ -75,6 +75,7 @@
     }
     public function verify()
     {
+               $this->fi_account=  str_replace(" ", "", $this->fi_account);
         // Verify that the elt we want to add is correct
         // the f_name must be unique (case insensitive)
         return 0;



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