*** empty log message ***
[fa-stable.git] / sql / alter2.1.php
index 6eae749ff58bbaaa3d4fe8e6d516c70103b77f0c..e5a5dbf8765bc209f1c7fd3301c9e7cd567f79dc 100644 (file)
@@ -1,4 +1,14 @@
 <?php
+/**********************************************************************
+    Copyright (C) FrontAccounting, LLC.
+       Released under the terms of the GNU Affero General Public License,
+       AGPL, as published by the Free Software Foundation, either version 
+       3 of the License, or (at your option) any later version.
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
+    See the License here <http://www.gnu.org/licenses/agpl-3.0.html>.
+***********************************************************************/
 class fa2_1 {
        var $version = '2.1';   // version installed
        var $description = 'Version 2.1';
@@ -72,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;
        }
 };