David Henner
David Henner
After looking User.includes([:shipments, :finished_orders, :return_authorizations]) I would have to have `:shipments => [:order_items]` in the includes. Unless I'm missing something `:order_items` aren't loaded so doing count might be better and...
count_pending_from_supplier is the amount of items your are expecting to receive from the supplier. At purchase this should remain zero. Normally you get 1000 items from teh supplier at a...
_count_pending_from_supplier_ does not influence buying. It helps merchandising teams understand what will be in stock "soon" (soon meaning on order not always within a certain time frame) Right now there...
what are the params you pass in?
I'll try to load it up tonight after work
So I am looking at this now... It would be nice to know the `params` being passed in. even if you don't modify the code. The original code should have...
I need more details. This work on my machine.
Can you give me your db?
This might happen if memcached is not setup properly. Memcached is used for the session store