add yan home path for jade printer
This commit is contained in:
@@ -727,7 +727,7 @@
|
|||||||
|
|
||||||
// For Server Print - from jade
|
// For Server Print - from jade
|
||||||
if ($("#server_mode").val() == "cloud") {
|
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);
|
// console.log(result);
|
||||||
|
|||||||
Reference in New Issue
Block a user