diff --git a/app/models/p_product_ref.rb b/app/models/p_product_ref.rb index 5e2992c..9141d45 100644 --- a/app/models/p_product_ref.rb +++ b/app/models/p_product_ref.rb @@ -88,11 +88,11 @@ class PProductRef < ApplicationRecord self.p_product.p_product_cat_id end - QI_DYNAMICS = %w(name code p_product_cat_id sub_cat_names cat_name) + # QI_DYNAMICS = %w(name code p_product_cat_id sub_cat_names cat_name) - eval(QI_DYNAMICS_CORE) + # eval(QI_DYNAMICS_CORE) - before_validation :qi_dynamics_cache + # before_validation :qi_dynamics_cache def get_price(options) p_customer = PCustomer.find(options[:p_customer_id]) if options[:p_customer_id]