From 1c977a6687b0943b5235dfc90193ff4a21ca96b6 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sat, 3 Sep 2016 09:37:27 -0400 Subject: [PATCH] Update query_patch.rb --- lib/query_patch.rb | 1 + 1 file changed, 1 insertion(+) 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