update the vis files to CATCH the low amount flag
This commit is contained in:
parent
cdd83dfd73
commit
2e48fbad00
@ -1 +1 @@
|
|||||||
You have a low debt amount
|
Available amount {{.calculate_max_pay_debt}} is too low, please choose a different voucher:
|
||||||
@ -1,5 +1,6 @@
|
|||||||
|
MAP calculate_max_pay_debt
|
||||||
MOUT back 0
|
MOUT back 0
|
||||||
MOUT quit 9
|
MOUT quit 9
|
||||||
HALT
|
HALT
|
||||||
INCMP ^ 0
|
INCMP _ 0
|
||||||
INCMP quit 9
|
INCMP quit 9
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Kiasi cha deni lako ni cha chini sana
|
Kiasi kinachopatikana {{.calculate_max_pay_debt}} ni cha chini sana, tafadhali chagua sarafu tofauti:
|
||||||
@ -12,5 +12,6 @@ INCMP _ 0
|
|||||||
INCMP quit 99
|
INCMP quit 99
|
||||||
LOAD calculate_max_pay_debt 0
|
LOAD calculate_max_pay_debt 0
|
||||||
RELOAD calculate_max_pay_debt
|
RELOAD calculate_max_pay_debt
|
||||||
|
CATCH low_pay_debt_amount flag_low_swap_amount 1
|
||||||
CATCH . flag_incorrect_voucher 1
|
CATCH . flag_incorrect_voucher 1
|
||||||
INCMP calculate_max_pay_debt *
|
INCMP calculate_max_pay_debt *
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user