This commit is contained in:
franknstayn
2020-09-19 01:48:43 -05:00
parent fa9b61f794
commit c9ccf7f910
3 changed files with 7 additions and 2 deletions

View File

@@ -785,9 +785,9 @@
document.body.appendChild(form);
form.submit();
alert("Print file is successfully generated!");
setTimeout(function(){
/* setTimeout(function(){
window.location = "{{ url('admin/orders/view') }}" + "/" + "{{ $order_item_array[0]->CartKey }}"
},2000);
},2000); */
}
</script>