Author: danydb
Date: 2014-02-07 22:14:49 +0100 (Fri, 07 Feb 2014)
New Revision: 698
Modified:
trunk/transform/include/class_transform_client.php
Log:
remove + in amount
Modified: trunk/transform/include/class_transform_client.php
===================================================================
--- trunk/transform/include/class_transform_client.php 2014-02-07 21:07:52 UTC
(rev 697)
+++ trunk/transform/include/class_transform_client.php 2014-02-07 21:14:49 UTC
(rev 698)
@@ -81,6 +81,8 @@
{
$this->c_amount_novat= str_replace(',', '.', $this->c_amount_novat);
$this->c_amount_vat= str_replace(',', '.', $this->c_amount_vat);
+ $this->c_amount_novat= str_replace('+', '', $this->c_amount_novat);
+ $this->c_amount_vat= str_replace('+', '', $this->c_amount_vat);
}
function set_comment()
{
---
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