mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-19 01:06:57 -04:00
Fixed site_url
This commit is contained in:
1 parent
1a6a8841f4
commit
9dee282b83
1 file changed
+1
-1
@@ -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
|
||||
}
|
||||
|
||||
Reference in new issue
Block a user