2
0
forked from Wavyzz/dolibarr

Update commonobject.class.php

This commit is contained in:
Günter Lukas
2018-12-30 00:20:38 +01:00
committed by GitHub
parent 2225d0a41e
commit 2857447aee

View File

@@ -5038,8 +5038,8 @@ abstract class CommonObject
$new_array_options[$key] = price2num($this->array_options[$key]);
break;
case 'date':
$new_array_options[$key] = $this->db->idate($this->array_options[$key]);
break;
//$new_array_options[$key] = $this->db->idate($this->array_options[$key]);
//break;
case 'datetime':
// If data is a string instead of a timestamp, we convert it
if (! is_int($this->array_options[$key])) {