From 1cf5264f79347d0973800582671306524383cdc0 Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Fri, 29 Feb 2008 14:08:04 +0000 Subject: [PATCH] ActionItem184: removed the products category from the top menu in the script of initial data --- script/anhetegua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/anhetegua b/script/anhetegua index 85ec621..8d3bc14 100755 --- a/script/anhetegua +++ b/script/anhetegua @@ -110,7 +110,7 @@ member_role = Profile::Roles.member moderator_role = Profile::Roles.moderator # product categories -produtos = ProductCategory.create!(:name => 'Produtos', :environment => Environment.default, :display_color => 4) +produtos = ProductCategory.create!(:name => 'Produtos', :environment => Environment.default) alimentacao = ProductCategory.create!(:name => 'Alimentação', :environment => Environment.default, :parent => produtos) vegetais = ProductCategory.create!(:name => 'Vegetais', :environment => Environment.default, :parent => alimentacao) -- libgit2 0.21.2