Skip to content
Snippets Groups Projects
Commit 94e33c8f authored by Merlin Axel Rutz's avatar Merlin Axel Rutz Committed by Ryan Szrama
Browse files

Issue #1861266 by axel.rutz: do not require an order number to be entered when...

Issue #1861266 by axel.rutz: do not require an order number to be entered when creating a new order via Rules.
parent bcd81f52
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,6 @@ function commerce_order_entity_property_info() {
'label' => t('Order number', array(), array('context' => 'a drupal commerce order')),
'description' => t('The order number displayed to the customer.'),
'setter callback' => 'entity_property_verbatim_set',
'required' => TRUE,
'schema field' => 'order_number',
);
$properties['status'] = array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment