This commit is contained in:
Nicolas Bally 2021-08-30 16:20:40 +02:00
parent 74161b876a
commit c870d58122

View File

@ -209,7 +209,7 @@ class PriceLine < ApplicationRecord
def ca_product_no_remise
if self.p_product_ref and self.p_customer and p_customer_product_price = self.p_product_ref.p_customer_product_prices.where(:p_customer_id => self.p_customer.id).first
if false #self.p_product_ref and self.p_customer and p_customer_product_price = self.p_product_ref.p_customer_product_prices.where(:p_customer_id => self.p_customer.id).first
p_customer_product_price.no_remise