From 0a84e0d29ed7f657db47907941f456b375bba689 Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 21 Mar 2018 13:46:33 +0630 Subject: [PATCH] add yan home path for jade printer --- app/views/origami/home/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);