diff --git a/lib/query_patch.rb b/lib/query_patch.rb index 94f334b..678e946 100644 --- a/lib/query_patch.rb +++ b/lib/query_patch.rb @@ -36,6 +36,7 @@ module QueryPatch unless @available_columns @available_columns = available_columns_without_qbo @available_columns << QueryColumn.new(:customer, :sortable => "#{Customer.table_name}.name", :groupable => true, :caption => :field_customer) + @available_columns << QueryColumn.new(:qbo_billed, :sortable => "#{TimeEntry.table_name}.name", :groupable => true, :caption => :field_qbo_billed) end @available_columns end