Fixed site_url

This commit is contained in:
WebShells
2018-04-30 00:41:28 +03:00
parent 1a6a8841f4
commit 9dee282b83

View File

@@ -70,7 +70,7 @@ if($print_after_sale)
{
// executes when complete page is fully loaded, including all frames, objects and images
printdoc();
window.location.replace('../public/sales');
window.location.href = "<?php echo site_url('sales'); ?>";
});
<?php
}