Commit 8e25da51 authored by Hamza Arfaoui's avatar Hamza Arfaoui

CAFI166

parent 4af6b823
......@@ -1272,7 +1272,7 @@ app.controller("CaisseController", ['$http', '$scope', '$controller', '$timeout'
}
}
if (msg.message) {
waitMessage = msg.message.replace(/\\/g,"").replace("[CLIENT]", client).replace("[CONSEILLER]", "<span class='consName'>un conseiller</span>");
waitMessage = msg.message.replace(/\\/g,"").replace("[CLIENT]", client).replace("[CONSEILLER]", "un conseiller");
}
break;
case 1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment