mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +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,
|
||||
);
|
||||
|
||||
/**
|
||||
* Fields that are numeric, for special numeric handling
|
||||
*/
|
||||
protected $numeric_fields = array(
|
||||
'$$ts_duration$$',
|
||||
'$$ts_quantity$$',
|
||||
'$$ts_unitprice$$'
|
||||
);
|
||||
|
||||
/**
|
||||
* Business object to pull records from
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user