lilei 3 lat temu
rodzic
commit
dd88fabb8c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/libs/JGPrint.js

+ 1 - 1
src/libs/JGPrint.js

@@ -166,7 +166,7 @@ export const jGPrint = function (data, type, printerType) {
         LODOP.PRINT_INIT("")
         LODOP.ADD_PRINT_PDF(0, 0, '100%', '100%', data.data[i])
         LODOP.SET_PRINT_PAGESIZE(3, 2090, 65, '')
-        LODOP.PRINT()
+        LODOP.PRINTA()
       }
     }