X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Falter2.1.php;h=ff9467a292f4fa1e3446f3008e5cfa7a3c3d3335;hb=f7b0f0130571e3473baead5cffe25666170fe70f;hp=fae78321cf033afef1f53f61c4ca41eac340fd47;hpb=6785915cf06bc5a4c4869b649a5e7a6d46bdac04;p=fa-stable.git diff --git a/sql/alter2.1.php b/sql/alter2.1.php index fae78321..ff9467a2 100644 --- a/sql/alter2.1.php +++ b/sql/alter2.1.php @@ -150,9 +150,9 @@ class fa2_1 { // Test if patch was applied before. // function installed($pref) { - $n = 5; // number of features to be installed + $n = 4; // number of features to be installed if (!check_table($pref, 'item_codes')) $n--; - if (!check_table($pref, 'company', 'foreign_codes')) $n--; +// if (!check_table($pref, 'company', 'foreign_codes')) $n--; if (!check_table($pref, 'suppliers', 'credit_limit')) $n--; if (!check_table($pref, 'bank_trans', 'reconciled', array('Type'=>'date'))) $n--;