X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Falter2.1.php;h=e5a5dbf8765bc209f1c7fd3301c9e7cd567f79dc;hb=fbea22f48cf57c2215076d5c2b84085227ffe0b5;hp=51359ef2ecfc96eeb86ef968a47a89c821ddfd76;hpb=b17df731b4bb055c2fdd568bc4be9e5caa0ee07b;p=fa-stable.git diff --git a/sql/alter2.1.php b/sql/alter2.1.php index 51359ef2..e5a5dbf8 100644 --- a/sql/alter2.1.php +++ b/sql/alter2.1.php @@ -82,6 +82,7 @@ class fa2_1 { function installed($pref) { if (check_table($pref, 'item_codes')) return false; if (check_table($pref, 'company', 'foreign_codes')) return false; + if (check_table($pref, 'supplier', 'credit_limit') return false; return true; } };