mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-17 20:11:23 +02:00
Specify fields to be treated as numeric
This commit is contained in:
@@ -27,6 +27,15 @@ class timesheet_merge extends bo_merge
|
|||||||
'timesheet_replacements' => true,
|
'timesheet_replacements' => true,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Fields that are numeric, for special numeric handling
|
||||||
|
*/
|
||||||
|
protected $numeric_fields = array(
|
||||||
|
'$$ts_duration$$',
|
||||||
|
'$$ts_quantity$$',
|
||||||
|
'$$ts_unitprice$$'
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Business object to pull records from
|
* Business object to pull records from
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user