Voiding PO GRN's could be dangerous, if deliveries have been done. Eliminating it...
[fa-stable.git] / 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;
 }