Fix for production

This commit is contained in:
Michael RICOIS 2017-10-19 11:38:45 +02:00
parent 4bab732b78
commit 641f41579c

View File

@ -75,7 +75,7 @@
// Handle input click of the other input to hide the previous relay point list displayed
$('input[name=id_carrier], input.delivery_option_radio').click(function(e){
// Only make action on carrier ID 236 but 380 in production - conflict with soflexibilite
if ($(this).data('key') == '380,') {
if ($(this).data('key') == '380,' || $(this).data('key') == '392,') {
if ( e.isPropagationStopped() ) {
return false;
}