//order opc js fix

This commit is contained in:
vAugagneur
2012-12-13 14:55:26 +01:00
parent 6e2ebf1c07
commit 1c27ae15f9
+1 -1
View File
@@ -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&';