diff --git a/src/printFormat/logisticLabel.js b/src/printFormat/logisticLabel.js index 4b2bdab..915f91d 100644 --- a/src/printFormat/logisticLabel.js +++ b/src/printFormat/logisticLabel.js @@ -71,7 +71,8 @@ export const printLogisticLabel = (printList, printerName) => { LODOP.SET_PRINT_STYLEA(0,"Bold",1); if (row.invoiceNo){ - LODOP.ADD_PRINT_TEXT(128,126,80,20,"Invoice") + // LODOP.ADD_PRINT_TEXT(128,126,80,20,"Invoice") + LODOP.ADD_PRINT_TEXT(128,102,80,20,"Invoice") LODOP.SET_PRINT_STYLEA(0,"FontName","Arial"); LODOP.SET_PRINT_STYLEA(0,"FontSize",10);