=== modified file 'uc_product/uc_product.module'
--- uc_product/uc_product.module	2009-02-26 18:54:53 +0000
+++ uc_product/uc_product.module	2009-03-02 21:23:17 +0000
@@ -564,7 +564,7 @@
   return "<table><tr><td>\n". drupal_render($form['list_price'])
     .'</td><td>'. drupal_render($form['cost'])
     .'</td><td>'. drupal_render($form['sell_price'])
-    ."</td></tr></table>\n";
+    ."</td></tr></table>\n". drupal_render($form);
 }
 
 /**

