first bill for table invoice

This commit is contained in:
Aung Myo
2018-08-30 11:06:27 +06:30
parent 92c352b423
commit aa3ca279e0

View File

@@ -472,7 +472,7 @@ $('#void').on('click',function () {
type: 'POST',
url: ajax_url,
data: "remark="+ remark + "&sale_id=" + sale_id + "&access_code=" + access_code ,
success: function () {
success: function (result) {
// For Server Print - from jade
if ($("#server_mode").val() == "cloud") {
code2lab.printFile(result.filepath.substr(6), result.printer_url);
@@ -509,7 +509,7 @@ $('#foc').click(function() {
swal({
title: "Information!",
text: 'Thank You !',
}, function () {
}, function (result) {
// For Server Print - from jade
if ($("#server_mode").val() == "cloud") {
code2lab.printFile(result.filepath.substr(6), result.printer_url);