Specify fields to be treated as numeric

This commit is contained in:
Nathan Gray 2011-03-14 22:07:23 +00:00
parent 4831a34ffa
commit 51015de7b8

View File

@ -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
*/