// BugFix with order states change and warehouse

This commit is contained in:
mDeflotte
2011-10-24 14:32:57 +00:00
parent f20c8f5fc0
commit 22898f3bc0
2 changed files with 6 additions and 3 deletions
+5 -2
View File
@@ -32,12 +32,15 @@
$('#warehouse').show();
{/literal}{/if}{literal}
}
function hideWarehouseList()
{
$('#warehouse').hide();
}
hideWarehouseList();
$(document).ready(function()
{
hideWarehouseList();
});
{/literal}
</script>