use the correct sym for proper error handling

This commit is contained in:
Alfred Kamanda 2026-02-23 16:15:59 +03:00
parent a270079008
commit 759e424805
Signed by: Alfred-mk
GPG Key ID: 7EA3D01708908703
4 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
{{.get_vouchers}}
{{.get_paydebt_voucher_list}}

View File

@ -1,6 +1,6 @@
CATCH no_voucher flag_no_active_voucher 1
LOAD get_vouchers 0
MAP get_vouchers
LOAD get_paydebt_voucher_list 0
MAP get_paydebt_voucher_list
MOUT back 0
MOUT quit 99
MNEXT next 88

View File

@ -1 +1 @@
{{.get_vouchers}}
{{.get_voucher_list}}

View File

@ -1,6 +1,6 @@
CATCH no_voucher flag_no_active_voucher 1
LOAD get_vouchers 0
MAP get_vouchers
LOAD get_voucher_list 0
MAP get_voucher_list
MOUT back 0
MOUT quit 99
MNEXT next 88