From ca30457a35e4a568a90098c901c194b4d53c55d4 Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Fri, 12 Jun 2015 10:48:46 +0300 Subject: [PATCH] Updated operation name #2380 --- app/models/pricelist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/pricelist.rb b/app/models/pricelist.rb index e43fa4475..cfdb53776 100644 --- a/app/models/pricelist.rb +++ b/app/models/pricelist.rb @@ -7,7 +7,7 @@ class Pricelist < ActiveRecord::Base :valid_from, :category, :operation_category, :duration, presence: true CATEGORIES = %w(ee pri.ee fie.ee med.ee com.ee) - OPERATION_CATEGORIES = %w(new renew) + OPERATION_CATEGORIES = %w(create renew) DURATIONS = %w(1year 2years 3years) after_initialize :init_values