Skip to content

Commit 1256868

Browse files
committed
ACP2E-3294: The shipping address state is not auto updating
1 parent be2c990 commit 1256868

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@
246246
* @param {Event} event
247247
*/
248248
changeAddressField: function (event) {
249-
console.trace();
250249
var field = Event.element(event),
251250
re = /[^\[]*\[([^\]]*)_address\]\[([^\]]*)\](\[(\d)\])?/,
252251
matchRes = field.name.match(re),

0 commit comments

Comments
 (0)