Commit 7188fdc9 authored by josephr5000's avatar josephr5000 Committed by Ryan Szrama
Browse files

Issue #3021095 by josephr5000: Rules: Set Data Value action on...

Issue #3021095 by josephr5000: Rules: Set Data Value action on [commerce-line-item:created] throws fatal ArgumentCountError
parent 9c02d5d9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ function commerce_line_item_entity_property_info() {
    'label' => t('Date created'),
    'description' => t('The date the line item was created.'),
    'type' => 'date',
    'setter callback' => 'entity_metadata_verbatim_set',
    'setter callback' => 'entity_property_verbatim_set',
    'setter permission' => 'administer line items',
    'schema field' => 'created',
  );