Skip to content

Commit d043a79

Browse files
author
Viktor Sevch
committed
MC-35296: Refresh buttons of “Customer's Activities” dont work
1 parent 48d7868 commit d043a79

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Sales/view/adminhtml/templates/order/create/sidebar

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/view/adminhtml/templates/order/create/sidebar/items.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
'onclick',
2222
"order.loadArea('sidebar_" . $block->escapeJs($block->getDataId()) .
2323
"', 'sidebar_data_" . $block->escapeJs($block->getDataId()) . "');event.preventDefault();",
24-
'div.head.sidebar-title-block'
24+
'div#sidebar_data_'. $block->escapeJs($block->getDataId()) . ' div.head.sidebar-title-block'
2525
) ?>
2626
<div class="content">
2727
<div class="auto-scroll">

0 commit comments

Comments
 (0)