You are here

function commerce_pricelist_item_form_validate in Commerce Pricelist 7

Validation handler for commerce_pricelist_item_add_form form.

We pass things straight through to the Field API to handle validation of the attached fields.

File

includes/commerce_pricelist.admin.inc, line 742
Summary

Code

function commerce_pricelist_item_form_validate($form, &$form_state) {
}