~singpolyma/sgx-jmp

5a8273fd5bb5387e27c725a0d09d19ec66c52846 — Christopher Vollick 3 years ago 2a2047e
Allow Next on Picker Form

Execute works, but next is more right
1 files changed, 1 insertions(+), 0 deletions(-)

M sgx_jmp.rb
M sgx_jmp.rb => sgx_jmp.rb +1 -0
@@ 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)