You are here

function theme_uc_order_edit_products_form in Ubercart 5

Same name and namespace in other branches
  1. 6.2 uc_order/uc_order.admin.inc \theme_uc_order_edit_products_form()

File

uc_order/uc_order.module, line 1883

Code

function theme_uc_order_edit_products_form($form) {
  return tapir_get_table('op_products_edit_table', $form);
}