[#2280] Added a Billable cell with the green checkbox depending on if a

Time Entry is billable or not.
This commit is contained in:
Eric Davis
2009-04-22 10:13:22 -07:00
parent 7e67416b5b
commit 27ab69002c
3 changed files with 39 additions and 0 deletions
@@ -39,6 +39,7 @@ module OverheadTimeEntryActivityPatch
return false unless field
custom_value = self.custom_value_for(field)
return false unless custom_value
if field.field_format == 'bool'
# Map string values to proper booleans