Skip to content

Commit

Permalink
[Quotes] add quoteNumber to field def - fix static files
Browse files Browse the repository at this point in the history
  • Loading branch information
dpfaffenbauer committed Apr 4, 2022
1 parent 94d7d86 commit dff3b02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ core_shop_core:
notification_rule_condition_order_backend_created: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/backendCreated.js'
notification_rule_condition_order_order_state: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderState.js'
notification_rule_condition_order_order_state_transition: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderTransition.js'
notification_rule_condition_order_quote_state: '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/orderState.js'
notification_rule_condition_order_quote_state_transition: '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/orderTransition.js'
notification_rule_condition_order_quote_state: '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/quoteState.js'
notification_rule_condition_order_quote_state_transition: '/bundles/coreshopcore/pimcore/js/notification/conditions/quote/quoteTransition.js'
notification_rule_condition_order_payment: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/payment.js'
notification_rule_condition_order_payment_state: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderPaymentState.js'
notification_rule_condition_order_payment_transition: '/bundles/coreshopcore/pimcore/js/notification/conditions/order/orderPaymentTransition.js'
Expand Down

0 comments on commit dff3b02

Please sign in to comment.