You are here

function theme_uc_order_edit_products_form in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_order/uc_order.module \theme_uc_order_edit_products_form()

See also

uc_order_edit_products_form()

File

uc_order/uc_order.admin.inc, line 1482
Order administration menu items.

Code

function theme_uc_order_edit_products_form($form) {
  return drupal_render($form);
}