Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing...
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 25 Jun 2008 15:00:29 +0000 (15:00 +0000)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Wed, 25 Jun 2008 15:00:29 +0000 (15:00 +0000)
CHANGELOG.txt
purchasing/includes/ui/invoice_ui.inc

index 5f732d5893b5cd3308b4cf5c675c281cc68868ea..7290c5a213db6720f618770dcf878e16f04c90d0 100644 (file)
@@ -19,6 +19,10 @@ Legend:
 ! -> Note
 $ -> Affected files
 
+25-Jun-2008 Joe Hunt
+# Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu
+$ /purchasing/includes/ui/invoice_ui.inc
+
 25-Jun-2008 Janusz Dobrowolski
 # Fixed bug 0000004, removed nested forms in supplier invoice/credit
 $ /purchasing/includes/ui/invoice_ui.inc
index 22fa013d90325261958ad601ef34df8b92b995bb..196db747f322249719b6716d1cfd413a82d9e63e 100644 (file)
@@ -244,11 +244,11 @@ function display_gl_items(&$supp_trans, $mode=0)
                "colspan=".$colspan." align=right", "nowrap align=right");
 
        echo "</table>";
+       div_end();
 
     echo "</td></tr>";
 
     end_table(); // outertable
-       div_end();
        return $total_gl_value;
 }