Suite
This commit is contained in:
parent
74161b876a
commit
c870d58122
@ -209,7 +209,7 @@ class PriceLine < ApplicationRecord
|
|||||||
|
|
||||||
|
|
||||||
def ca_product_no_remise
|
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
|
p_customer_product_price.no_remise
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user