Skip to content

Commit 5bce71f

Browse files
authored
Merge pull request #8126 from magento-gl/Mainline_246_7Feb
[SPARTANS] Regression fixes delivery
2 parents 274f5b0 + 5125887 commit 5bce71f

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Sales/view/adminhtml/web/order/create

1 file changed

+2
-1
lines changed

app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* See COPYING.txt for license details.
44
*/
55

6-
define([
6+
define([
77
'jquery',
88
'Magento_Ui/js/modal/confirm',
99
'Magento_Ui/js/modal/alert',
@@ -158,6 +158,7 @@ define([
158158
//this.loadArea(['header', 'sidebar','data'], true);
159159
this.dataShow();
160160
this.loadArea(['header', 'data'], true);
161+
location.reload();
161162
},
162163

163164
setCurrencyId: function (id) {

0 commit comments

Comments
 (0)