mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Specify fields to be treated as numeric
This commit is contained in:
parent
4831a34ffa
commit
51015de7b8
@ -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
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user