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 ff461e6 + 5bce71f commit b7c050fCopy full SHA for b7c050f
app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js
@@ -3,7 +3,7 @@
3
* See COPYING.txt for license details.
4
*/
5
6
-define([
+ define([
7
'jquery',
8
'Magento_Ui/js/modal/confirm',
9
'Magento_Ui/js/modal/alert',
@@ -158,6 +158,7 @@ define([
158
//this.loadArea(['header', 'sidebar','data'], true);
159
this.dataShow();
160
this.loadArea(['header', 'data'], true);
161
+ location.reload();
162
},
163
164
setCurrencyId: function (id) {
0 commit comments