This commit is contained in:
dimoniche 2019-07-09 23:23:47 +03:00
parent 8343c6d7cc
commit 970a7da3d5
3 changed files with 3 additions and 3 deletions

View File

@ -538,7 +538,7 @@ void UserAppTask(void *p_arg)
// íàïå÷àòàåì áåçíàëè÷íûé ÷åê // íàïå÷àòàåì áåçíàëè÷íûé ÷åê
if (IsFiscalConnected()) if (IsFiscalConnected())
{ {
if (PrintFiscalBill(accmoney,number_post, 1) == 0) // здесь добавить с какого поста чек if (PrintFiscalBill(accmoney,number_post, 0) == 0) // здесь добавить с какого поста чек
{ {
SaveEventRecord(number_post, JOURNAL_EVENT_PRINT_BILL_ONLINE_POST1 + number_post, GetTimeSec()); SaveEventRecord(number_post, JOURNAL_EVENT_PRINT_BILL_ONLINE_POST1 + number_post, GetTimeSec());
} }

View File

@ -14,7 +14,7 @@ Count=0
Enabled=0 Enabled=0
ShowSource=1 ShowSource=1
[DebugChecksum] [DebugChecksum]
Checksum=1408088267 Checksum=-1170505141
[Exceptions] [Exceptions]
StopOnUncaught=_ 0 StopOnUncaught=_ 0
StopOnThrow=_ 0 StopOnThrow=_ 0

File diff suppressed because one or more lines are too long