<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ class Transaction &lt; ActiveRecord::Base
 
   named_scope :authoratative_order, :conditions =&gt; [ 'ofx_deleted is null OR ofx_deleted = ?', false], :order =&gt; 'recorded_on desc, ofx_fit_id desc, id desc'
   named_scope :reverse_auth_order, :conditions =&gt; [ 'ofx_deleted is null OR ofx_deleted = ?', false], :order =&gt; 'recorded_on asc, ofx_fit_id asc, id asc'
-  named_scope :uncategorized, :conditions =&gt; 'ledger_entry_id is null'
+  named_scope :uncategorized, :conditions =&gt; [ 'ledger_entry_id is null and ofx_deleted is null AND reconciled = ?', true ]
 
   validates_uniqueness_of :ofx_fit_id, :scope =&gt; :financial_account_id, :allow_nil =&gt; true
 </diff>
      <filename>app/models/transaction.rb</filename>
    </modified>
    <modified>
      <diff>@@ -1,4 +1,4 @@
-- if @trans_list.respond_to?(:total_pages)
+- if trans_list.respond_to?(:total_pages)
   .pagination
     = will_paginate trans_list, :page_links =&gt; false
 
@@ -35,6 +35,6 @@
             |
             = link_to &quot;E&quot;, edit_transaction_path(t)
 
-- if @trans_list.respond_to?(:total_pages)
+- if trans_list.respond_to?(:total_pages)
   .pagination
     = will_paginate trans_list, :page_links =&gt; false</diff>
      <filename>app/views/transactions/_list.html.haml</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>be708a12166401cfee436cb7b1114dbedc268a48</id>
    </parent>
  </parents>
  <author>
    <name>Jordan Curzon</name>
    <email>curzonj@gmail.com</email>
  </author>
  <url>http://github.com/curzonj/ledgers/commit/92ab41e2a9ba15c07b4993aceb2c58546df0b0b2</url>
  <id>92ab41e2a9ba15c07b4993aceb2c58546df0b0b2</id>
  <committed-date>2009-11-02T02:53:52-08:00</committed-date>
  <authored-date>2009-11-02T02:53:52-08:00</authored-date>
  <message>Fixed categorizing issues</message>
  <tree>47feebdca711f9f2de875075888c49da26b674ac</tree>
  <committer>
    <name>Jordan Curzon</name>
    <email>curzonj@gmail.com</email>
  </committer>
</commit>
