<%= render "layouts/header" %>
<%= render "layouts/sidebar" %>
Product Master
<%= render "layouts/breadcrumbs" %>
<%= form_tag({:action=>'create'} ,:multipart=>true,:id=>'myforms' ) do %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <% if flash[:notice] %>
× <%= flash[:notice] %>
<% end %>
<% selected_value = @product&.Itm_type || session[:session_Itm_type] %>
( 3 Char Long)
/>
( 1 Char Long)
( 2 Char Long)
<% selected_value = @product&.Itm_InsertComb || session[:session_Itm_InsertComb] %>
( 1 Char Long)
<% selected_value = @product&.Itm_InsertMat || session[:session_Itm_InsertMat] %>
( 1 Char Long)
( 12 Char Long)
Category + Product Code + Product Material + Product Color + Insert + Insert Material
<% raw_checked = @product&.Itm_ULCertifyRaw == 'Y' || session[:session_Itm_ULCertifyRaw] == 'Y' %> <% prod_checked = @product&.Itm_ULCertifyProd == 'Y' || session[:session_Itm_ULCertifyProd] == 'Y' %>
style="width: 20px; height: 17px;">
style="width: 20px; height: 17px;">
<% end %>