menu-voucherlist #101

Merged
lash merged 63 commits from menu-voucherlist into master 2024-10-25 15:59:47 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 9ccb6cc066 - Show all commits

View File

@ -1060,7 +1060,7 @@ func (h *Handlers) ViewVoucher(ctx context.Context, sym string, input []byte) (r
var err error
inputStr := string(input)
if inputStr == "0" || inputStr == "00" {
if inputStr == "0" || inputStr == "99" {
return res, nil
}

View File

@ -1,7 +1,7 @@
LOAD get_vouchers 0
MAP get_vouchers
MOUT back 0
MOUT quit 00
MOUT quit 99
MNEXT next 11
MPREV prev 22
HALT
@ -9,7 +9,7 @@ LOAD view_voucher 80
RELOAD view_voucher
CATCH . flag_incorrect_voucher 1
INCMP _ 0
INCMP quit 9
INCMP quit 99
INCMP > 11
INCMP < 22
INCMP view_voucher *