% @title = "GLAN Mobile" %>
| <%= link_to(result["product_category_dn"], {:controller => '/mobile/stocks_product_category', :own_warehouse=>'true', :where =>{:product_category_id=>result['product_category_id']}}) %> | <%= number_with_delimiter(result["quantity"],:delimiter=>',') %> |
| <%= link_to(result["product_category_dn"], {:controller => '/mobile/stocks_product_category', :own_warehouse=>'false', :where =>{:product_category_id=>result['product_category_id']}}) %> | <%= number_with_delimiter(result["quantity"],:delimiter=>',') %> | <% if @show_own_stock %><%= number_with_delimiter(result["own_quantity"],:delimiter=>',') %> | <% end %>