Skip to content

Commit 32206fc

Browse files
authored
Merge pull request #15 from molsm/master
Fix "order is not defined" error
2 parents 1b80c66 + 8b70d9d commit 32206fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/adminhtml/templates/sales_order_create_customer_block_script.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
d.async = !0; d.src = e; c = c.getElementsByTagName("script")[0]; c.parentNode.insertBefore(d, c)
1414
})(window, document, "pca", "/" + "/<?php echo $pcaAccCode; ?>.pcapredict.com/js/sensor.js");
1515

16-
requirejs(['jquery'], function(){
16+
requirejs(['jquery', 'Magento_Sales/order/create/form'], function(){
1717

1818
(function() {
1919

0 commit comments

Comments
 (0)