mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-25 09:48:02 -05:00
Fixed site_url
This commit is contained in:
@@ -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