[-] BO : fixed bug #PSCFV-2665
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15809 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -753,7 +753,9 @@ product_tabs['Informations'] = new function(){
|
||||
var self = this;
|
||||
this.bindAvailableForOrder = function (){
|
||||
$("#available_for_order").click(function(){
|
||||
if ($(this).is(':checked') || !$('input[name=\'multishop_check[show_price]\']').prop('checked'))
|
||||
|
||||
|
||||
if ($(this).is(':checked') || ($('input[name=\'multishop_check[show_price]\']').lenght && !$('input[name=\'multishop_check[show_price]\']').prop('checked')))
|
||||
{
|
||||
$('#show_price').attr('checked', true);
|
||||
$('#show_price').attr('disabled', true);
|
||||
|
||||
Reference in New Issue
Block a user