// Fix freeshipping on backoffice Order
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15930 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -693,7 +693,7 @@
|
||||
$('#carrier_recycled_package').attr('checked', true);
|
||||
else
|
||||
$('#carrier_recycled_package').removeAttr('checked');
|
||||
if (jsonSummary.free_shipping)
|
||||
if (jsonSummary.free_shipping == 1)
|
||||
$('#free_shipping').attr('checked', true);
|
||||
else
|
||||
$('#free_shipping').removeAttr('checked');
|
||||
|
||||
Reference in New Issue
Block a user