Allow Next on Picker Form

Christopher Vollick created

Execute works, but next is more right

Change summary

sgx_jmp.rb | 1 +
1 file changed, 1 insertion(+)

Detailed changes

sgx_jmp.rb 🔗

@@ -582,6 +582,7 @@ Command.new(
 
 		customer_info = CustomerInfoForm.new
 		Command.reply { |reply|
+			reply.allowed_actions = [:next]
 			reply.command << customer_info.picker_form
 		}.then { |response|
 			customer_info.find_customer(response)