Skip to content

Commit 8912119

Browse files
committed
MAGETWO-71669: Incorrect date format with Arabic language locale
- Add mage apply to create order page;
1 parent 88b779e commit 8912119

File tree

1 file changed

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

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,9 @@
108108
</div>
109109
</div>
110110
<?php endif; ?>
111-
111+
<script>
112+
require(['mage/apply/main'], function(mage){
113+
mage.apply();
114+
});
115+
</script>
112116
</div>

0 commit comments

Comments
 (0)