use the correct sym for proper error handling
This commit is contained in:
parent
a270079008
commit
759e424805
@ -1 +1 @@
|
|||||||
{{.get_vouchers}}
|
{{.get_paydebt_voucher_list}}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
CATCH no_voucher flag_no_active_voucher 1
|
CATCH no_voucher flag_no_active_voucher 1
|
||||||
LOAD get_vouchers 0
|
LOAD get_paydebt_voucher_list 0
|
||||||
MAP get_vouchers
|
MAP get_paydebt_voucher_list
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
MOUT quit 99
|
MOUT quit 99
|
||||||
MNEXT next 88
|
MNEXT next 88
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
{{.get_vouchers}}
|
{{.get_voucher_list}}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
CATCH no_voucher flag_no_active_voucher 1
|
CATCH no_voucher flag_no_active_voucher 1
|
||||||
LOAD get_vouchers 0
|
LOAD get_voucher_list 0
|
||||||
MAP get_vouchers
|
MAP get_voucher_list
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
MOUT quit 99
|
MOUT quit 99
|
||||||
MNEXT next 88
|
MNEXT next 88
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user