From b1c9c25b2d8fd8d8e1986dc14a195aaa819f8745 Mon Sep 17 00:00:00 2001 From: Joe Hunt Date: Wed, 25 Jun 2008 15:00:29 +0000 Subject: [PATCH] Fixed 'div end out of order' in invoice_ui.inc causing the newwave bug with missing menu --- CHANGELOG.txt | 4 ++++ purchasing/includes/ui/invoice_ui.inc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5f732d58..7290c5a2 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/purchasing/includes/ui/invoice_ui.inc b/purchasing/includes/ui/invoice_ui.inc index 22fa013d..196db747 100644 --- a/purchasing/includes/ui/invoice_ui.inc +++ b/purchasing/includes/ui/invoice_ui.inc @@ -244,11 +244,11 @@ function display_gl_items(&$supp_trans, $mode=0) "colspan=".$colspan." align=right", "nowrap align=right"); echo ""; + div_end(); echo ""; end_table(); // outertable - div_end(); return $total_gl_value; } -- 2.30.2