X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=sql%2Falter2.1.php;h=6d2e767bf1eab3dae2ab76758bc88e8bae74f361;hb=443214a800fa66cd1473b48f6fadd1b09144a5d4;hp=a70f15a32b9a566a889bc3b6e69dc80a6b719532;hpb=17b390efcf904072b02ec866b2a427490471a260;p=fa-stable.git diff --git a/sql/alter2.1.php b/sql/alter2.1.php index a70f15a3..6d2e767b 100644 --- a/sql/alter2.1.php +++ b/sql/alter2.1.php @@ -70,7 +70,7 @@ class fa2_1 extends fa_patch { } // remove obsolete bank_trans_types table // (DROP queries are skipped during non-forced upgrade) - $sql = "DROP TABLE IF EXISTS `0_bank_trans_types`"; + $sql = "DROP TABLE IF EXISTS `".TB_PREF."bank_trans_types`"; db_query($sql); // // Move all debtor and supplier trans tax details to new table