phpcompta-dev
[Top][All Lists]
Advanced

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

[Phpcompta-dev] r718 - trunk/transform/include


From: phpcompta-dev
Subject: [Phpcompta-dev] r718 - trunk/transform/include
Date: Wed, 12 Mar 2014 11:43:48 +0100 (CET)

Author: danydb
Date: 2014-03-12 11:43:48 +0100 (Wed, 12 Mar 2014)
New Revision: 718

Modified:
   trunk/transform/include/class_transform_client.php
Log:
Bug : remove space from VAT Number

Modified: trunk/transform/include/class_transform_client.php
===================================================================
--- trunk/transform/include/class_transform_client.php  2014-03-12 10:41:17 UTC 
(rev 717)
+++ trunk/transform/include/class_transform_client.php  2014-03-12 10:43:48 UTC 
(rev 718)
@@ -76,6 +76,7 @@
         $this->c_vatnumber=str_replace(',','',$this->c_vatnumber);
         $this->c_vatnumber=str_replace('.','',$this->c_vatnumber);
         $this->c_vatnumber=str_replace('-','',$this->c_vatnumber);
+        $this->c_vatnumber=str_replace(' ','',$this->c_vatnumber);
     }
     private function correct_amount()
     {



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