// BugFix with order states change and warehouse
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9596 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -32,12 +32,15 @@
|
||||
$('#warehouse').show();
|
||||
{/literal}{/if}{literal}
|
||||
}
|
||||
|
||||
|
||||
function hideWarehouseList()
|
||||
{
|
||||
$('#warehouse').hide();
|
||||
}
|
||||
hideWarehouseList();
|
||||
$(document).ready(function()
|
||||
{
|
||||
hideWarehouseList();
|
||||
});
|
||||
{/literal}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user