Missing update of shipping tax when crediting an invoice.
[fa-stable.git] / sql / alter2.3.php
index bdeab5c67c88f6374160729bbe82c2818b9a1692..2a517deb7321b79314cfa9ab6812bfaef9de01e3 100644 (file)
@@ -28,6 +28,7 @@ class fa2_3 {
        {
                global $db_version, $dflt_lang;
 
+               $this->preconf = $this->fix_extensions();
                if (!$this->preconf)
                        return false;
 
@@ -110,7 +111,6 @@ class fa2_3 {
        //
        function installed($pref) {
                $this->beta = !check_table($pref, 'suppliers', 'tax_included');
-               $this->preconf = $this->fix_extensions();
 
                $n = 1; // number of patches to be installed
                $patchcnt = 0;