fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [13997]


From: Nelson Guerra
Subject: [Fmsystem-commits] [13997]
Date: Wed, 23 Sep 2015 22:16:21 +0000

Revision: 13997
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=13997
Author:   nelson224
Date:     2015-09-23 22:16:21 +0000 (Wed, 23 Sep 2015)
Log Message:
-----------


Modified Paths:
--------------
    branches/dev-syncromind/rental/inc/class.uiprice_item.inc.php

Modified: branches/dev-syncromind/rental/inc/class.uiprice_item.inc.php
===================================================================
--- branches/dev-syncromind/rental/inc/class.uiprice_item.inc.php       
2015-09-23 22:15:59 UTC (rev 13996)
+++ branches/dev-syncromind/rental/inc/class.uiprice_item.inc.php       
2015-09-23 22:16:21 UTC (rev 13997)
@@ -392,7 +392,7 @@
                $id = phpgw::get_var('id');
 
                $price_item = 
rental_socontract_price_item::get_instance()->get_single($id);
-               $price_item->set_field($field, $value); 
+               $price_item->set_field($field, 
phpgwapi_datetime::date_to_timestamp($value));   
                $result = 
rental_socontract_price_item::get_instance()->store($price_item);
                
                $message = array();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]