*** info_invoicer.rb 2011-12-01 11:51:27.971680620 +0100 --- oddb.org_2/src/plugin/info_invoicer.rb 2011-12-01 11:51:51.347571244 +0100 *************** *** 206,212 **** lt = Time.local(ld.year, ld.month, ld.mday) range = ft...lt recents = all_items.select { |item| ! range.include?(item.time) } ## remove duplicate processing items active = active_infos --- 206,213 ---- lt = Time.local(ld.year, ld.month, ld.mday) range = ft...lt recents = all_items.select { |item| ! #range.include?(item.time) ! range.cover?(item.time) } ## remove duplicate processing items active = active_infos