Rewritten bank reconciliation page
[fa-stable.git] / sql / alter2.1.php
index 060d1c95a51311adc247930a502e76bc4249e80b..59376c546b6ad4e5933a89111dcd5bc95c2ee007 100644 (file)
@@ -83,6 +83,8 @@ class fa2_1 {
                if (check_table($pref, 'item_codes')) return false;
                if (check_table($pref, 'company', 'foreign_codes')) return false;
                if (check_table($pref, 'suppliers', 'credit_limit')) return false;
+               if (check_table($pref, 'bank_trans', 'reconciled', 
+                       array('Type'=>'date'))) return false;
                return true;
        }
 };