Created
May 10, 2017 13:49
-
-
Save forenheith/49b1f2a5cc94cae24c25847b1a19fe77 to your computer and use it in GitHub Desktop.
MifDevices new methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 21: | |
| FiscalPrinter.Open(PrinterType,PrinterPort,OperatorNum); | |
| FiscalPrinter.GetOperationsLog(СтрокуВЦелое(КомбоРедактор1.Содержание),0,0); | |
| FiscalPrinter.Close(); | |
| КонецПункта; | |
| 22: | |
| FiscalPrinter.Open(PrinterType,PrinterPort,OperatorNum); | |
| И_Сообщение(FiscalPrinter.SKNOState); | |
| FiscalPrinter.Close(); | |
| КонецПункта; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment