diff --git a/themes/default/js/order-opc.js b/themes/default/js/order-opc.js index 561107de1..305326e3e 100644 --- a/themes/default/js/order-opc.js +++ b/themes/default/js/order-opc.js @@ -520,7 +520,7 @@ $(function() { var callingFile = ''; var params = ''; - if ($('#opc_id_customer').val() === 0) + if (parseInt($('#opc_id_customer').val()) === 0) { callingFile = authenticationUrl; params = 'submitAccount=true&';