We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 689159f + bc6b4af commit ca6cf09Copy full SHA for ca6cf09
app/code/Magento/Backend/view/adminhtml/templates/widget/grid.phtml
@@ -149,7 +149,8 @@ $numColumns = sizeof($block->getColumns());
149
<?php endif; ?>
150
151
<?php if (strpos($block->getRowClickCallback(), 'order.') !== false): ?>
152
- deps.push('Magento_Sales/order/create/form')
+ deps.push('Magento_Sales/order/create/form');
153
+ deps.push('jQuery');
154
155
156
deps.push('mage/adminhtml/grid');
0 commit comments