Fix for production
This commit is contained in:
parent
4bab732b78
commit
641f41579c
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user