diff --git a/app/views/origami/home/show.html.erb b/app/views/origami/home/show.html.erb index eda3524a..da3c6e55 100755 --- a/app/views/origami/home/show.html.erb +++ b/app/views/origami/home/show.html.erb @@ -727,7 +727,7 @@ // For Server Print - from jade if ($("#server_mode").val() == "cloud") { - code2lab.printFile(result.filepath, result.printer_url); + code2lab.printFile("/home/yan/workspace/sxrestaurant/" + result.filepath, result.printer_url); } // console.log(result);