Skip to content

Commit 453f0c6

Browse files
committed
comment edited
1 parent a9b70ed commit 453f0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/js/front/order-opc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function handlePhoneNumber(selector)
6161
var phone = selector.find('input[name="dpd-phone"]').val();
6262
var phoneArea = selector.find('select[name="dpd-phone-area"] option:selected').val();
6363

64-
// if empty then take it from address-fields input[name="phone"]
64+
// if empty then take it from opc phone field
6565
if (phone === '') {
6666
phoneQuerySelectors.forEach(function (phoneSelector) {
6767
if ($(phoneSelector).val()) {

0 commit comments

Comments
 (0)