Buy All Shares javascript error

I’m seeing an error on line 1022 of services.js. “buy_order” is undefined when executing a “Buy All Shares”. I believe this could be fixed by changing “buy_order.value” to “this.params[0].value”. A better fix would be to bind the buy_order to the method.

Thank you charlie. We will look into this and fix it.