add yan home path for jade printer

This commit is contained in:
Yan
2018-03-21 13:46:33 +06:30
parent 0a9b3b5407
commit 0a84e0d29e

View File

@@ -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);